I have a user who has one spreadsheet with a bunch of data and sends the spreadsheet out to a client who will change some of the values.
The values changed will ONLY be in one row, but we don't know which rows were changed.
So, for a small example say I have one spreadsheet testData, with 5 rows and a column ACCEPT/FAIL and another one testData2 with the same number but I want to see if there is any rows that do not much in the ACCEPT/FAIL column -- I would like to highlight the rows.
I tried using this post for ideas, but I won't know how many rows there are...