• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Make a list from 1-N?

byersnt

New Member
Hi, I'm wondering how to make a list in a column of 1-any value. So if the value is 20, the column values would read 1, 2, 3, 4 and so on all the way to 20 (in the 20th row)
 
Hi byersnt,


Should this formula work or you (Enter in First Row of any column & drag down)


=IF(ROW()<=20,ROW(Sheet1!$A1),"")


This will show what you want to do till row 20, after it will show a dot (.).


Regards,

Faseeh
 
Hi, byersnt!

Let's say your talking about column A. In A1 type, and then copy down to A2:A20 (or up to needed row) this:

=ROW()

Regards!
 
Back
Top