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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!