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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!