Walshie1987
Technical User
- Oct 5, 2006
- 100
Hi, I am wanting to do the following, how would I put it into code please?
if cell a1 = (few calculations) then
cell b1 = Y
else
b2 = N
then I want to move onto cell a2 and run the same formula e.g
if cell a2 = (few calculations) then
cell b2 = Y
else
b2 = N
but have to run the calculations on about 1000 cells and dont want to type the above out 1000 time (or copy and paste)
Surely there is a loop / step command?
Cheers
Chris
if cell a1 = (few calculations) then
cell b1 = Y
else
b2 = N
then I want to move onto cell a2 and run the same formula e.g
if cell a2 = (few calculations) then
cell b2 = Y
else
b2 = N
but have to run the calculations on about 1000 cells and dont want to type the above out 1000 time (or copy and paste)
Surely there is a loop / step command?
Cheers
Chris