With return values as strings
=IF(ISERROR(VLOOKUP(Value,FirstRange,n,FALSE)),"",VLOOKUP(Value,FirstRange,n
,FALSE)) &
IF(ISERROR(VLOOKUP(Value,SecondRange,n,FALSE)),"",VLOOKUP(Value,SecondRange,
n,FALSE))
With return values as numbers/dates/times
=IF(ISERROR(VLOOKUP(Value,FirstRange,n,FALSE)),0,VLOOKUP(Value,FirstRange,n,
FALSE)) +
IF(ISERROR(VLOOKUP(Value,SecondRange,n,FALSE)),0,VLOOKUP(Value,SecondRange,n
,FALSE))
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.