Hello everyone,
I am trying to use Excel to calculate powers of 2 over consecutive cells; I used the following formulas:
1- =POWER(2,0)
=POWER(2,1)
=POWER(2,2)
=POWER(2,3)
And so on.
2- =(2)^0
=(2)^1
=(2)^2
=(2)^3
And so on.
3- In cell (A1), for example, I typed the number 2 then in row B I’d do the following in each cell:
(B1): =(A1)^0
(B2): =(A1)^1
(B3): =(A1)^2
(B4): =(A1)^3
And so on.
All of these methods are working fine, but the problem is that I can’t use them over a very long range of cell, say, from 1 to 300. I tried to highlight the first few cells where I have my formulas, go to the lower right corner of the last highlighted cell, and drag them from there, but all I am getting is a repetition of my previous calculations. The thing that I don’t understand is that when I put consecutive numbers in a range of consecutive cells, say, 1,2,3…, highlight and drag these cells, I end up getting sequential numbers increasing by an increment of 1 all the way until I stop dragging these cells, but this doesn’t seem to work when it comes to calculating powers of 2 or any other number for that mater.
I’m using Microsoft Office Excel 2003 SP3, and all the updates are there. I think that I’m going wrong somewhere along the line, but I don’t seem to find what the issue is; any help would be appreciated.