Showing posts with label base value. Show all posts
Showing posts with label base value. Show all posts

Saturday, 6 June 2015

How to do Exponential Calculation in MS Excel

MS Excel offers ways to do math calculations very easy. By leveraging POWER() function we can simply calculate the exponential.

Lets say if we want to calculate A^B . In this the Base value is A and the exponential value is B.

So in the Excel ->  We can give =POWER(A, B) to calculate A^B.

Example -> 4^8 can be calculated in excel with =POWER(4,8)