Welcome to Our Career Site

Job Listings

Explore the latest requirement for accounting jobs.

Click on the links to the left to learn more about specific aspects of accounting jobs.

Important Excel Formulae for Accounting-Part 4

Set 9: Advanced Date Functions
EDATE: Returns the date that is a specified number of months before or after a specified date.
EOMONTH: Returns the last day of the month that is a specified number of months before or after a specified date.
NETWORKDAYS: Returns the number of whole workdays between two dates.
WORKDAY: Returns the date before or after a specified number of workdays.
YEARFRAC: Returns the year fraction representing the number of whole days between start_date and end_date.
Set 10: Error Handling Functions
ISERROR: Returns TRUE if the value is any error value.
ISERR: Returns TRUE if the value is an error value other than #N/A.
IFNA: Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression.
ERROR.TYPE: Returns a number corresponding to one of the error values.
ISNA: Returns TRUE if the value is the #N/A error value.