simple excel formula question

Associate
Joined
28 Dec 2003
Posts
1,074
Location
Scotland / Norfolk
Having not used excel for about 3 years I've kinda forgot how to work it. Anyway i've got some data aready input and would like to set up a formula to calculate 10^-C2 10^-C3 etc. So basically I have quite a few values in the C column, i would like excel to convert them to negitive and then find out what 10 to the power of this negitive value wound be, then put it the designated cell. Have mucked about with a few combinations but nothing seems to work. Any help would be great.

Cheers
 
nah that was what i thought it would be aswell, it doesn't work. wondering wether it uses a different sign from ^ to denote power to or something...everything comes out as 0.00 when i use that formula, got all the cells set up as numbers to 2 decimal places, don't need to change something so it will display negitive numbers do i?
 
Last edited:
cheers, that sorted it...well it was =POWER(10, -C2) but that was what I was after thanks
 
Back
Top Bottom