I have the following formula and I am trying to convert it into code using a do...while loop.
The formula is:
=IF(ISNUMBER(M1),MIN(ABS(LN(M1/N1)),ABS(LN(L1/N1))),ABS(LN(L1/N1)))*R1
I need this to calculate for all cells until the last empty cell is found and put the value in column D. I want this as code and not a formula.
Thanking you!
The formula is:
=IF(ISNUMBER(M1),MIN(ABS(LN(M1/N1)),ABS(LN(L1/N1))),ABS(LN(L1/N1)))*R1
I need this to calculate for all cells until the last empty cell is found and put the value in column D. I want this as code and not a formula.
Thanking you!