Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
How do I create a link between columns from a data chart? Sara Excel Discussion (Misc queries) 1 June 2nd 06 06:51 PM
Displaying data from seperate sheet upon drop down box entry keeper Excel Worksheet Functions 1 May 19th 06 07:29 PM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 07:05 PM
Reference multiple cells in if statement PAR Excel Worksheet Functions 1 June 10th 05 06:28 AM


All times are GMT +1. The time now is 08:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"