Forum Discussion
Zay_K
Sep 22, 2023Copper Contributor
How to insert the formula of exponents on excel?
Hi, I was trying to use Excel on my Macbook. While doing so, I was unable to calculate the exponential power. I used this function for exponent: ^ A B C 1 Function 2 7 2 Expone...
Riny_van_Eekelen
Sep 22, 2023Platinum Contributor
Zay_K It works on mine, but perhaps the ˆ on your key board doesn't behave the same as on mine. Perhaps better to use the POWER function like this:
=POWER(B1,C1)