How To Loop Without VBA Or Macros In Excel
It is very common to create the required loops in Excel vba like if loop, do while loop, do until loop, for loop, while wend loop for different purposes.
But here we will create the similar effect in Excel using formulas. In any Excel file name the sheet as “testsheet” and “result sheet” and in cell A1 of “result sheet” white formula:
=IF(‘testsheet’!C1 <= 99,’testsheet’!A1,””)
Copy this till row 40
Now in cell B1 write formula: =A1
Now in cell B2 write: =B1 & A2
Copy this till B40. We will get the following results: