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?
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
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?
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
-
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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!