Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I was sent a spreadsheet that is supposed to calculate interest earned. It
has a character in the middle of the formula that I have not seen before. What does ^ do in the formula? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Caret: "^" means "to the power of"
(the exponentiation operator) Eg: entering in say, A1: =2^4 means to evaluate 2 to the power of 4 i.e: =2 x 2 x 2 x 2 =16 -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "frustrated financial person" om wrote in message ... I was sent a spreadsheet that is supposed to calculate interest earned. It has a character in the middle of the formula that I have not seen before. What does ^ do in the formula? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The "^" is the exponentiation function.
In this formula =B8*(1+$C$1)^(($C$3-$C$2)/365)-B8, it raises (1+$C$1) to the power of (($C$3-$C$2)/365). "frustrated financial person" wrote: I was sent a spreadsheet that is supposed to calculate interest earned. It has a character in the middle of the formula that I have not seen before. What does ^ do in the formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |