If E3 is blank how do I get the result to be "0" or blank
=VLOOKUP(E3,Lists!$C$2:$D$9,2)
If E3 is blank how do I get the result to be "0" or blank
=VLOOKUP(E3,Lists!$C$2:$D$9,2)
Try adding an IF like this
=IF(E3="","",VLOOKUP(E3,Lists!$C$2:$D$9,2))
Audere est facere
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks