This might be a complete failure for me, but I figured i'd ask anyway and see if it leads me to my answer.
What i want to do is have a script
- examine the cell i'm in
- essentially do a VLookup on a table in another worksheet in the same workbook,
- put the values found from that lookup into a comment/note for that cell.
I'd need a macro to do this the first time, and i'd want the script to run on change any other time.
The google spreadsheet is being used as a schedule. Columns are grouped by day, and each day has several shifts. Rows indicate the hours that are being worked. Cell value tells the user the initials of the person working that shift on that day at that time.
I know how to set a comment. I know how to construct a loop to loop through each column and check to see if there is a value.
What i don't know is how to lookup the cell's value and return data from the other table.
Can anyone provide me with this small piece of knowledge?