Hey Folks - looking for some direction here, and I am hoping someone can help!
I am trying to design a script which will:
Check a an excel table (one column) to see if the check variable is set to "N" (as opposed to "Y"), and return the values from the first row it finds with a "N".
Now I have it checking the first line (Cell B1), but I am uncertain how to make it loop all the way through the 400 lines of the sheet to check each row.
What I am essentially doing is having a script pull a number from a table, and once that number is pulled, setting the check variable to "Y" (used).
So that the next person to run the script will get the next set of data associated with the first available "N" (not used).
I assume I can use a "For" script, and create something like a:
But I am uncertain how to code this properly.
thanks in advance for your help!!
Bookmarks