ThrottleWorks
Excel Ninja
Hi,
I want to run a loop.
The loop has to run for x times.
This x will be present in cell C1.
I have 2 values, cell a1 & cell b1.
I have following formula in cell c1.
=IF(LEN(A1)>LEN(B1),LEN(A1),LEN(B1))
this will give me a number, for example 5.
I want to run my loop 5 times, cause my len value is 5.
Can anyone help me in this please.
P.S. - I think I am able to solve, as I started writing the problem I realized how to do it
Thanks.
I want to run a loop.
The loop has to run for x times.
This x will be present in cell C1.
I have 2 values, cell a1 & cell b1.
I have following formula in cell c1.
=IF(LEN(A1)>LEN(B1),LEN(A1),LEN(B1))
this will give me a number, for example 5.
I want to run my loop 5 times, cause my len value is 5.
Can anyone help me in this please.
P.S. - I think I am able to solve, as I started writing the problem I realized how to do it
Thanks.