B
Belinda7237
I am trying to write an if statement that will return:
If N2 is
between 1 and 30 insert 30 into L2
between 31 and 60 insert 60 into L2
between 61 and 90 insert 90 into L2
between 91 and 120 insert 120 into L2
if greater then 121 then insert 120+ into L2
Can someone help me with the if statement for the above.
Thanks a million!
If N2 is
between 1 and 30 insert 30 into L2
between 31 and 60 insert 60 into L2
between 61 and 90 insert 90 into L2
between 91 and 120 insert 120 into L2
if greater then 121 then insert 120+ into L2
Can someone help me with the if statement for the above.
Thanks a million!