#1   Report Post  
Posted to microsoft.public.excel.misc
beohlsson
 
Posts: n/a
Default function the ^ sign

How do I get this to work with excel

1,03 ^ 4 - 1 = 0,1255 = 13%

Tia

  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default function the ^ sign

=(1.03)^4-1

Format as percentage

--
Kind regards,

Niek Otten

"beohlsson" wrote in message
ups.com...
How do I get this to work with excel

1,03 ^ 4 - 1 = 0,1255 = 13%

Tia



  #3   Report Post  
Posted to microsoft.public.excel.misc
beohlsson
 
Posts: n/a
Default function the ^ sign

I found another way

=SUM(B18^C18)-D18

What's the english name of the ^ sign, please

Thanks a lot for your answer and time spent on my problem highly
appreciated

  #4   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default function the ^ sign

It is the exponentiation operator, raising a number to a power.

Pete

  #5   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default function the ^ sign

Just leave out SUM. Not needed. The symbol is called caret.

--
Kind regards,

Niek Otten

"beohlsson" wrote in message
ups.com...
I found another way

=SUM(B18^C18)-D18

What's the english name of the ^ sign, please

Thanks a lot for your answer and time spent on my problem highly
appreciated





  #6   Report Post  
Posted to microsoft.public.excel.misc
beohlsson
 
Posts: n/a
Default function the ^ sign

Ok! Still can't get it

B18 = 1.03 (or 1,03)
C18 = 4
D18 = 1
E20 =SUM(B18^C18)-D18 = 0,00%

On my calculator the answer is 0,1255 or 13%. The numbers seems to be
too small somehow for excel ;-)

Help pls

  #7   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default function the ^ sign

Both =SUM(B18^C18)-D18 and =(B18^C18)-D18

give 0.12550881

How is E20 formatted? Format as General and look again

--
Kind regards,

Niek Otten

"beohlsson" wrote in message
oups.com...
Ok! Still can't get it

B18 = 1.03 (or 1,03)
C18 = 4
D18 = 1
E20 =SUM(B18^C18)-D18 = 0,00%

On my calculator the answer is 0,1255 or 13%. The numbers seems to be
too small somehow for excel ;-)

Help pls



  #8   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default function the ^ sign

"beohlsson" wrote in message
oups.com...
Ok! Still can't get it

B18 = 1.03 (or 1,03)
C18 = 4
D18 = 1
E20 =SUM(B18^C18)-D18 = 0,00%

On my calculator the answer is 0,1255 or 13%. The numbers seems to be
too small somehow for excel ;-)

Help pls


It comes to 0.125509 for me.
I assume that you've got at least one of the cells formatted as text, and
therefore treated as zero. You need to be careful with your settings as to
whether it is regarding a full stop or a comma as a decimal point.
--
David Biddulph


  #9   Report Post  
Posted to microsoft.public.excel.misc
Dana DeLouis
 
Posts: n/a
Default function the ^ sign

E20 =SUM(B18^C18)-D18 = 0,00%

Another option:
=POWER(1.03,4)-1

--
HTH. :)
Dana DeLouis
Windows XP, Office 2003


"beohlsson" wrote in message
oups.com...
Ok! Still can't get it

B18 = 1.03 (or 1,03)
C18 = 4
D18 = 1
E20 =SUM(B18^C18)-D18 = 0,00%

On my calculator the answer is 0,1255 or 13%. The numbers seems to be
too small somehow for excel ;-)

Help pls



  #10   Report Post  
Posted to microsoft.public.excel.misc
Dav
 
Posts: n/a
Default function the ^ sign


Depending on your seperator settings (where you are in the world)

=1.03^4-1 gives your required result, just format the cell as a
percentage (format,cells,number,percentage 0dp) to get the result

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=508872



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to change the insert function key to always be an = sign LBURDETT Excel Discussion (Misc queries) 7 March 24th 06 11:37 AM
UDF help please Adam Kroger Excel Discussion (Misc queries) 3 December 17th 05 07:21 PM
Function to reverse the sign of a cell epowell74 Excel Worksheet Functions 2 May 19th 05 02:08 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM


All times are GMT +1. The time now is 09:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"