How to copy the row number in a column.
How to copy the row number in a column. In attached snap, i want to copy the row Number 8 under TestIDID column automatically. Do we have any pointers for the same.
Best Answer
-
Hi
You need to have something unique in each row of the sheet. If you don't have anything, you can add and hide an Auto number column. Then you can use a MATCH formula like this:
=MATCH([Unique ID]@row, [Unique ID]:[Unique ID], 0)
Unique ID is the column name that contains the unique piece of information. This could be the auto number column or any ID you already have.
This will return the row number of the row where the Unique ID matches the Unique ID on the current row. Which is a complicated way of saying "current row"
Answers
-
Hi
You need to have something unique in each row of the sheet. If you don't have anything, you can add and hide an Auto number column. Then you can use a MATCH formula like this:
=MATCH([Unique ID]@row, [Unique ID]:[Unique ID], 0)
Unique ID is the column name that contains the unique piece of information. This could be the auto number column or any ID you already have.
This will return the row number of the row where the Unique ID matches the Unique ID on the current row. Which is a complicated way of saying "current row"
-
Hi KPH,
Thanks for your response.
-
No problem. Hope it helped.
-
Yes KPH. Its worked.
-
Wonderful!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!