![]() |
Combination IF, VLOOKUP
I can't get a combination of IF and vlookup to work correctly.
I want to use vlookup to find a value within a table INV based on value in cell N3. If the value I'm looking for is not contained in INV table I want the cell to choose contents of cell Q3. |
Combination IF, VLOOKUP
Glenda,
Try =IF(ISNA(VLOOKUP(N3,INV,2,FALSE)),Q3,VLOOKUP(N3,IN V,2,FALSE)) Mike "Glenda" wrote: I can't get a combination of IF and vlookup to work correctly. I want to use vlookup to find a value within a table INV based on value in cell N3. If the value I'm looking for is not contained in INV table I want the cell to choose contents of cell Q3. |
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 |
All times are GMT +1. The time now is 12:26 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com