I want to lock a formulae for auto-increment
I have manually added these values on row column
Is there any way I can make this a column formulae?
Although the whole point of this is to get the ID from another sheet.
I tried and I just want to create a formulae that gets this ID from another sheet, whenever it is added
Please note that I have used reference sheet name as ID.
For Example:
= {ID}@row or ={ID}1
But I am unable to do that. Therefore, I have to create a column by name row and add values to it.
Then using index function I get values from another sheet within ID column
Answers
-
To get the row number as a column formula, you would need to insert an auto-number column (formatting doesn't matter and then in the Row column use this:
=MATCH([Auto-Number Column Name]@row, [Auto-Number Column name]:[Auto-Number Column Name], 0)
-
Thanks, Paul.
This formulae returns the position only if it is present.
but this is limited to the same sheet.
Is there a way that I can cross sheet reference it
What I originally want to do is to get the ID from another sheet.
Sheet1 ID Sheet2 ID
r1 =sheet1{ID@row} result wanted is r1
r2 =sheet1{ID@row} result wanted is r2
r3 =sheet1{ID@row} result wanted is r3
Then, lock this Sheet2 ID column formulae. So that it gets updated whenever a value is added in Sheet1 ID.
-
With respective to the above post
please note that Sheet1 ID has
r1
r2
r3
While Sheet2 ID
=sheet1{ID@row} result wanted is r1
=sheet1{ID@row} result wanted is r2
=sheet1{ID@row} result wanted is r3
-
Right. That replaces the manual entry of the number in the row column. If that is not what you wanted, then can you provide a screenshot with the end result manually entered to show what you are wanting?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!