I have a 2010 spreadsheet that uses VLOOKUP to pull $ amounts in multiple catagories. Each catagory is a column. Each row is the store being charged. The end of each row is the total cost charged to the store and the end of each column is an average cost of that catagory.
I have used the =IFERROR(VLOOKUP(.......), "") so that rows are added properly w/o returning #N/A in case a cell doesn't have info to pull for that compination of store and catagory.
My problem now is that I want to use conditional formating in the columns to highlight the cells that are above average. I can't use the automatic "highlight cells >" rule because my average formula at the bottom only includes cells >1. But when i make my own conditional format >C57 it also highlights my "blank" cells because they have text striings in them.
Any ideas on how to do all of the above but have the "blank" cells not change color??
I have used the =IFERROR(VLOOKUP(.......), "") so that rows are added properly w/o returning #N/A in case a cell doesn't have info to pull for that compination of store and catagory.
My problem now is that I want to use conditional formating in the columns to highlight the cells that are above average. I can't use the automatic "highlight cells >" rule because my average formula at the bottom only includes cells >1. But when i make my own conditional format >C57 it also highlights my "blank" cells because they have text striings in them.
Any ideas on how to do all of the above but have the "blank" cells not change color??