Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table - Source Data Information | Excel Programming | |||
How do I use auto fill to add information from an existing source? | New Users to Excel | |||
How I do protect linked information if the link source is deleted | Excel Worksheet Functions | |||
Reading the Clipboard Source Information | Excel Programming | |||
Help needed coding a macro to adjust the source of information each time it is run | Excel Programming |