Thread
:
Combination IF, VLOOKUP
View Single Post
#
1
Posted to microsoft.public.excel.misc
ND Pard
external usenet poster
Posts: 73
Combination IF, VLOOKUP
Use a formala similar to:
=IF(ISERROR(VLOOKUP("abc",INV Table,2,FALSE)),Q3,VLOOKUP("abc",INV
Table,2,FALSE))
Good Luck
Reply With Quote
ND Pard
View Public Profile
Find all posts by ND Pard