cooper645
Well-known Member
- Joined
- Nov 16, 2013
- Messages
- 639
- Office Version
- 365
- Platform
- Windows
- MacOS
- Mobile
- Web
Hi all,
BLUF: The formula i have works but is messy.
Win 7, Excel 2010.
the formula as follows:
=IF(ISNA(IF(ISNA(VLOOKUP($R$7,'LE(A)2029A'!$A$17:$S$25000,3,0)),VLOOKUP($R$7,'LE(A)2029B'!$A$17:$S$25000,3,0),VLOOKUP($R$7,'LE(A)2029A'!$A$17:$S$25000,3,0))),VLOOKUP($R$7,'LE(A)2029D'!A17:$S$25000,3,0),IF(ISNA(VLOOKUP($R$7,'LE(A)2029A'!$A$17:$S$25000,3,0)),VLOOKUP($R$7,'LE(A)2029B'!$A$17:$S$25000,3,0),VLOOKUP($R$7,'LE(A)2029A'!$A$17:$S$25000,3,0)))
What it does:
The formula is in a Cell on Sheet 1, it uses the contents of cell R7 on sheet 1 to lookup a serial number, which could be on one of three sheets;
LE(A)2029A
LE(A)2029B
LE(A)2029D
it can only exist on one of those three sheets, so no duplicates, and must return an exact match.
so basically, its a vlookup over 3 sheets.
It works but is horribly messy.
Any help is appreciated.
Kind regards,
Coops
BLUF: The formula i have works but is messy.
Win 7, Excel 2010.
the formula as follows:
=IF(ISNA(IF(ISNA(VLOOKUP($R$7,'LE(A)2029A'!$A$17:$S$25000,3,0)),VLOOKUP($R$7,'LE(A)2029B'!$A$17:$S$25000,3,0),VLOOKUP($R$7,'LE(A)2029A'!$A$17:$S$25000,3,0))),VLOOKUP($R$7,'LE(A)2029D'!A17:$S$25000,3,0),IF(ISNA(VLOOKUP($R$7,'LE(A)2029A'!$A$17:$S$25000,3,0)),VLOOKUP($R$7,'LE(A)2029B'!$A$17:$S$25000,3,0),VLOOKUP($R$7,'LE(A)2029A'!$A$17:$S$25000,3,0)))
What it does:
The formula is in a Cell on Sheet 1, it uses the contents of cell R7 on sheet 1 to lookup a serial number, which could be on one of three sheets;
LE(A)2029A
LE(A)2029B
LE(A)2029D
it can only exist on one of those three sheets, so no duplicates, and must return an exact match.
so basically, its a vlookup over 3 sheets.
It works but is horribly messy.
Any help is appreciated.
Kind regards,
Coops