Thread
:
IF NOT FOUND
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
roy.okinawa
Posts: n/a
IF NOT FOUND
I am looking at data on one worksheet and transferring to another using the
below formula.
=IF(ISNA(MATCH(D9,NSN6!A:A,0)),"",INDEX(NSN6!B:B,M ATCH(D9,NSN6!A:A,0)))
If data/match is not found, what is needed to say "Not Found"
Reply With Quote