- Aug 5, 2009
- 222
- 0
- 76
Hi.
I'm trying to come up with a simpler formula for doing a vlookup across multiple worksheets. The one I found was this:
=IF(ISNA(VLOOKUP(A2,[Sheet2]Sheet1!$A:$H,2,0)),IF(ISNA(VLOOKUP(A2,[Sheet2]Sheet1!$A:$H,2,0)),VLOOKUP(A2,[Sheet2]Sheet1!$A:$H,2,0)),VLOOKUP(A2,[Sheet2]Sheet1!$A:$H,2,0))
Is there a more streamlined way of doing this?
I'm trying to come up with a simpler formula for doing a vlookup across multiple worksheets. The one I found was this:
=IF(ISNA(VLOOKUP(A2,[Sheet2]Sheet1!$A:$H,2,0)),IF(ISNA(VLOOKUP(A2,[Sheet2]Sheet1!$A:$H,2,0)),VLOOKUP(A2,[Sheet2]Sheet1!$A:$H,2,0)),VLOOKUP(A2,[Sheet2]Sheet1!$A:$H,2,0))
Is there a more streamlined way of doing this?