View Single Post
  #9   Report Post  
Bob Phillips
 
Posts: n/a
Default

Needs FALSE at the end Ken to force the #N/A.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Ken Wright" wrote in message
...
=IF(ISNA(vlookup_table1),vlookup_table2,vlookup_ta ble1)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

--------------------------------------------------------------------------

--
It's easier to beg forgiveness than ask permission :-)
--------------------------------------------------------------------------

--

"WorkerBee" wrote in message
...
I would like my vlookup function to look for a value in one sheet and if

it
doesn't find it, look in another sheet. Is this possible?

I was considering using a nested if function but not sure how.