Why isn't there a function to return the row number?
We have [column]@row. Why not =ROW()? I really need a column formula that returns the row number.
Best Answer
-
Insert an auto-number type column (called "Auto" in this example). Then insert a text/number type column and use this column formula:
=MATCH(Auto@row, Auto:Auto, 0)
Answers
-
Insert an auto-number type column (called "Auto" in this example). Then insert a text/number type column and use this column formula:
=MATCH(Auto@row, Auto:Auto, 0)
-
Thank you! I had a crude formula =COUNTIFS(Column$1:Column@row, OR(ISBLANK(@cell), NOT(ISBLANK(@cell)))) that could not be a column formula. Your formula allows me to make it a column formula. Much appreciated.
-
I have been reading several hours and this its just what I have been looking for! This allows me to make it a column formula. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!