Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Location: Singapore
Posts: 20
Send a message via Skype™ to GijsKijlstra
Default Source information from different sheets with vlookup

I have a sheet that sources information from three other sheets:
* 'latest version NUMBERS'
* 'v46 NUMBERS' and
* Ingestion

These three sheets have been developed over time:
* 'latest version NUMBERS' being the most recent data;
* 'v46 NUMBERS' in the middle and
* Ingestion carrying the oldest data,
To further complicate matters, the sheets are not equally complete.

I’ve developed a vLookup formula that states: check first 'latest version NUMBERS', when data not found, go to 'v46 NUMBERS', when data not found go to Ingestion. In specific:
=IF(ISERROR(VLOOKUP($E4&"*",'latest version NUMBERS'!$E$4:$V$653,4,0)),VLOOKUP($E4&"*",'latest version NUMBERS'!$E$4:$V$653,4,0),
IF(ISERROR(VLOOKUP($E4&"*",'v46 NUMBERS'!$E$4:$V$653,4,0)),VLOOKUP($E4&"*",'v46 NUMBERS'!$E$4:$V$653,4,0),
VLOOKUP($E4&"*",Ingestion!$G$4:$AA$737,10,0)))

So far, so good. At least so I thought. But, when I tested the formula and removed the data from h4 in 'latest version NUMBERS' the formula did NOT return the available data from 'v46 NUMBERS' but from sheet Ingestion.

Any thoughts on how I can resolve this? Thank you in advance,

Gijs
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
Pivot Table - Source Data Information MSweetG222 Excel Programming 2 July 10th 09 08:12 PM
How do I use auto fill to add information from an existing source? Jamie Thompson[_2_] New Users to Excel 1 December 8th 08 10:39 PM
How I do protect linked information if the link source is deleted moran Excel Worksheet Functions 2 October 25th 06 08:07 PM
Reading the Clipboard Source Information TCook Excel Programming 0 October 9th 05 04:49 AM
Help needed coding a macro to adjust the source of information each time it is run lbauckman Excel Programming 1 November 4th 03 08:13 AM


All times are GMT +1. The time now is 05:07 AM.

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

About Us

"It's about Microsoft Excel"