ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help create a IF statement to look to to seperate vookup data sour (https://www.excelbanter.com/excel-worksheet-functions/103304-help-create-if-statement-look-seperate-vookup-data-sour.html)

Scottinphx

Help create a IF statement to look to to seperate vookup data sour
 
Can someone help me build a statement that will look to one vlookup table to
find data, and if no data exists, go to a second vlookup table to find the
data (data will always be present in this second table). Here are my 2
individual vlookup statements:

=VLOOKUP($F15,SHRINKS,6,false)

=VLOOKUP($F15,STORES_TY_PL,false)

I appreciate the help.

Elkar

Help create a IF statement to look to to seperate vookup data sour
 
Will this work for you:

=IF(ISNA(VLOOKUP($F15,SHRINKS,6,false)),VLOOKUP($F 15,STORES_TY_PL,false),VLOOKUP($F15,SHRINKS,6,fals e))

HTH,
Elkar


"Scottinphx" wrote:

Can someone help me build a statement that will look to one vlookup table to
find data, and if no data exists, go to a second vlookup table to find the
data (data will always be present in this second table). Here are my 2
individual vlookup statements:

=VLOOKUP($F15,SHRINKS,6,false)

=VLOOKUP($F15,STORES_TY_PL,false)

I appreciate the help.


paul

Help create a IF statement to look to to seperate vookup data sour
 
answers at your other post
--
paul

remove nospam for email addy!



"Scottinphx" wrote:

Can someone help me build a statement that will look to one vlookup table to
find data, and if no data exists, go to a second vlookup table to find the
data (data will always be present in this second table). Here are my 2
individual vlookup statements:

=VLOOKUP($F15,SHRINKS,6,false)

=VLOOKUP($F15,STORES_TY_PL,false)

I appreciate the help.



All times are GMT +1. The time now is 01:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com