I am trying to highlight the max value in each row of data to determine what year it falls in. Is there a simple way to apply it to the whole spreadsheet? The only way I can do it right now is by using the Format Painter on each individual row... which is not efficient with 800+ rows of data.
Using Conditional Formatting - Top N Items
Here is a tiny macro - you need to copy it to a module in VBA Project. Once there, put a cursor in the macro and press F5 :)
1) it works for rows from 1 to 800 (change it if you need it somewhere else) 2) it works on Sheet1