Hello, I am trying to set up conditional formating based on a VLOOKUP. But I also want it to format if an error is returned. So I have the formula below that works. It lists a 1 or a 2 depending on the values and the conditional formating is based on that. But I want it to list a 0 if an error is returned. I know I will use the ISERROR function, but can't get it to work. Any help? Thanks
=IF((VLOOKUP(V13,'[Master Price Guide-Edited.xls]Sysco'!$B8:$J$196,9,FALSE))<(VLOOKUP(W13,'[Master Price Guide-Edited.xls]Northwestern Fruits'!$B$7:$I$147,9,FALSE)),1,2)
Bookmarks