questforexcel
Board Regular
- Joined
- Jan 18, 2019
- Messages
- 128
- Office Version
- 2013
- Platform
- Windows
Hi All,
I need my formula to look across multiple sheets if it does not find value in the current sheet.
So my current formula is
=IFNA(VLOOKUP(I4,Sheet1!$A$2:$D$10,2,0),VLOOKUP(I4,Sheet3!$A$2:$D$10,2,0))
I want this to search across 3 or more data sheets, but i get an error.
=IFNA(VLOOKUP(I4,Sheet1!$A$2:$D$10,2,0),IFNA(VLOOKUP(I4,Sheet3!$A$2:$D$10,2,0),IFNA(VLOOKUP(I4,Sheet1!$A$2:$D$10,2,0)))
Could you please guide and help on how to fix this.
Thank you,
I need my formula to look across multiple sheets if it does not find value in the current sheet.
So my current formula is
=IFNA(VLOOKUP(I4,Sheet1!$A$2:$D$10,2,0),VLOOKUP(I4,Sheet3!$A$2:$D$10,2,0))
I want this to search across 3 or more data sheets, but i get an error.
=IFNA(VLOOKUP(I4,Sheet1!$A$2:$D$10,2,0),IFNA(VLOOKUP(I4,Sheet3!$A$2:$D$10,2,0),IFNA(VLOOKUP(I4,Sheet1!$A$2:$D$10,2,0)))
Could you please guide and help on how to fix this.
Thank you,