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}, "")