Function | Description |
DATEVALUE | Converts a date stored as text into a valid date |
DATE | Returns a date from the year, month, and day. |
WORKDAY.INTL | The date n working days from a date, custom weekends. |
WORKDAY | The date n working days from a date. |
EDATE | Returns a date, n months away from a start date. |
EOMONTH | Returns the last day of the month, n months away date. |
Function | Description |
DATEDIF | A number of days, months, or years between two dates. |
DAYS | Returns the number of days between two dates. |
DAYS360 | Returns days between 2 dates in a 360 day year. |
YEARFRAC | Returns the fraction of a year between 2 dates. |
NETWORKDAYS | A number of working days between 2 dates. |
NETWORKDAYS.INTL | Working days between 2 dates, custom weekends. |
HELLO JEE
Function | Description |
ISBLANK | Test if the cell is blank. Results in TRUE/FALSE |
ISTEXT | Test if the cell is text. Results in TRUE/FALSE |
ISODD | Test if the cell value is odd. Results in TRUE/FALSE |
ISERR | Test if the cell value is an error, ignores #N/A. Results in TRUE/FALSE |
ISERROR | Test if the cell value is an error. Results in TRUE/FALSE |
ISEVEN | Test if the cell value is even. Results in TRUE/FALSE |
ISFORMULA | Test if the cell is a formula. Results in TRUE/FALSE |
ISLOGICAL | Test if the cell is logical (TRUE or FALSE). Results in TRUE/FALSE |
ISNA | Test if the cell value is #N/A. Results in TRUE/FALSE |
ISNUMBER | Test if the cell is a number. Results in TRUE/FALSE |
Function | Description |
IF | If the given condition is met then do something, otherwise, do something else |
IFNA | If the result is an #NA error then do something else. |
IFERROR | If the result is an error then do something else. |