V
Vibeke
I have a function that works fine:
=IF(ISERROR(VLOOKUP(G3,'Sheet1'!$C$1:$D$30,2,0)),"",VLOOKUP(G3,'Sheet1'!$C$1:$D$30,2,0))
My difficulty is, I want to expand this formula to include another
IF(ISERROR(VLOOKUP) function, to look up G3 in Column E and if found, return
the value in Column F. I've fiddled around with OR, but am receiving a
#Value! Columns C and E are in ascending order and do not have duplicates.
Any help gratefully received.
Vibeke
=IF(ISERROR(VLOOKUP(G3,'Sheet1'!$C$1:$D$30,2,0)),"",VLOOKUP(G3,'Sheet1'!$C$1:$D$30,2,0))
My difficulty is, I want to expand this formula to include another
IF(ISERROR(VLOOKUP) function, to look up G3 in Column E and if found, return
the value in Column F. I've fiddled around with OR, but am receiving a
#Value! Columns C and E are in ascending order and do not have duplicates.
Any help gratefully received.
Vibeke