I have a VLOOKUP Formula that spits out a value that is then conditionally formatted based on the result of the value. This works great to a name that has a value to lookup, but what about a name that doesn't have a value to lookup?
My VLOOKUP formula = =IFERROR(VLOOKUP(C13,'Draft Board'!C:I,7,0),"0")
My Conditional format = =DN13>0
I have 10 names on Sheet 2 in my workbook, 8 of which are on Sheet 1. How do I get the remaining two names that aren't on Sheet 1 but still have a VLOOKUP formula attached to them to apply to the conditional format rules. Their value in the VLOOKUP is showing zero because their value comes back with an error but I formatted that in my formula to = 0 so shouldn't the conditional format ignore those two names because it should only conditionally format if the value is greater than zero?
Thanks!
Bookmarks