Asheesh
Excel Ninja
How can i achieve this...
I want a formula to show the incrementing numbers like 1, 3, 6, 9...so on and so forth..in a row..
The formula should work anywhere on the sheet...I paste the data..and then drag down..it should pop up this sequential order..but without using VBA and offset..
I am currently using =IF(((ROWS(B3:$B$3)-1)*3)=0,1,((ROWS(B3:$B$3)-1)*3))
but this is hardcoded..it works fine if used in cell B3 and then dragged down..
I want a formula to show the incrementing numbers like 1, 3, 6, 9...so on and so forth..in a row..
The formula should work anywhere on the sheet...I paste the data..and then drag down..it should pop up this sequential order..but without using VBA and offset..
I am currently using =IF(((ROWS(B3:$B$3)-1)*3)=0,1,((ROWS(B3:$B$3)-1)*3))
but this is hardcoded..it works fine if used in cell B3 and then dragged down..
Last edited: