• Mail us:

    info@thestrategist.co.in

  • Caus:

    +91 9961813730, 0484-4059310

excel functions

Excel/VBA Functions (with Live examples and Videos)

Here you will find a detailed view on 100+ Functions.Each Excel/VBA function is covered in detail with Examples and video.

Excel Function Description
Excel Function Date - And Time

Excel Date function can be used when you want to get the date value using the year, month and day values as the input arguments.It will returns a serial number that represents a specific date in Excel.

Excel DATEDIF Function

Excel DATEDIF function can be used when you want to calculate the number of years,month and days between the two specified dates. A good Example would be calculating the age.

Excel DATEVALUE Function

Excel DATEVALUE function best suited for situations when a date is stored as text. This function converts the date from text format to a serial number that Excel recognizes as a date.

Excel DAY Function

Excel DAY function can be used when you want to get the day value(ranging between 1 to 31) from a specified date. It returns a value between 0 and 31 depending on the date used as the input.

Excel HOUR Function

Excel HOUR function can be used when you want to get the HOUR integer value from a specified time value. It returns a value between 0(12:00 AM) and 23(11:00 PM) depending on the time value used as the input.

Excel MINUTE Function

Excel MINUTE function can be used when you want to get the MINUTE integer value from a specified time value.It returns a value between 0 and 59 depending on the time value used as the input.

Excel NETWORKDAYS Function

Excel NETWORKDAYS function can be used when you want to get the number of working days between two given dates. It does not count the weekends between the specified dates(by default the weekend is Saturday and Sunday). It can also exclude any specified holidays.

Excel NETWORKDAYS.INTL Function

Excel NETWORKDAYS.INTL function can be used when you want to get the number of working days between two given dates. It does not count the weekends and holidays, both of which can be specified by user. It also enables you to specify the weekends (for example you can specify Friday and Saturday as the weekend, or only Sunday as the weekend)

Excel NOW Function

Excel NOW function can be used to get the current date and time value.

Excel SECOND Function

Excel SECOND function can be used want to get the integer value of the seconds from a specified time value. It returns a value between 0 and depending on the time value used as the input.

Excel TODAY Function

Excel TODAY function can be used to get the current date. It returns a serial number that represents the current date.

Excel WEEKDAY Function

Excel WEEKDAY function can be used to get the day of the week as a number for the specified date. It returns anumber between 1 and 7 that representing corresponding day of the week.

Excel WORKDAY Function

Excel WORKDAY function can be used when you want to get the date after a given number of working days. By default it takes Saturday and Sunday as the weekends.

Excel WORKDAY.INTL Function

Excel WORKDAY.INTL function can be used when you want to get the date after a given number of working days. In this function you can specify the weekend to be days other than Saturday and Sunday.