Power function - Excel
Excel has a built in function to perform to the power of:
= POWER ( # number , # power)
For example, 5 to the power of 10 would be:
= POWER ( 5 , 10 )
This can be abbreviated using the following symbol ^
For example, 5 to the power of 10 would be:
= 5 ^ 10
Friday, 27 December 2013
Tuesday, 15 October 2013
Add a number of working days to a date - workdays formula - Excel
You can calculate a date in excel relative to a starting date +/- a number of working days
= workdays ( Date , +/- number of working days )
Example table

Add a number days to a date - Excel
Alternatively if you need to determine the figure based on all days (not working days) you can simply +/- a number of days from a starting date
= Date +/- number of working days
You can calculate a date in excel relative to a starting date +/- a number of working days
= workdays ( Date , +/- number of working days )
Example table
Add a number days to a date - Excel
Alternatively if you need to determine the figure based on all days (not working days) you can simply +/- a number of days from a starting date
= Date +/- number of working days
Wednesday, 14 August 2013
Subscribe to:
Comments (Atom)

