Lookup value in next blank row (W/Reference Another Sheet)
We are trying to auto-number rows once we have an approval completed. We cannot use the auto-number function, as the owner would like to keep the numbering order as the order they were approved. The sheet is grouped into different categories, making it so the lines are not in order of when they will be approved.
I created a helper sheet, and would like to bring back the row number of the next blank row, however I am getting an #INCORRECT ARGUMENT SET error. I know I am missing something in my formula, but have been looking at it way too long and am stuck.
=IF(ISBLANK({Test Sheet PO Numbers Range 1}), {Test Sheet PO Numbers Range 2}, "")
Best Answer
-
What if you created a helper sheet where you could trigger an automation on your main sheet to copy row over when "Approval Completed". You could then do a MATCH() from your main sheet to the helper sheet to return the row number of said task? Or you could auto-number on the helper sheet to start off whatever number would make sense and then do an INDEX/MATCH off of that?
Answers
-
What if you created a helper sheet where you could trigger an automation on your main sheet to copy row over when "Approval Completed". You could then do a MATCH() from your main sheet to the helper sheet to return the row number of said task? Or you could auto-number on the helper sheet to start off whatever number would make sense and then do an INDEX/MATCH off of that?
-
Thank you! This worked perfectly. I had started to get there, but got hung up. I very much appreciate your response!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!