G
gfalc3194
I am trying to combine an offset function with a vlookup. The formula
I've entered is as follows:
=offset((VLOOKUP((LEFT(M2571,7)),'[testRED04.XLS]DUBE'!$A$4:$a$1067,1,false)15,5))
I need to take only the 7 leftmost characters in cell m2571, lookup
the value in the file testRED04, then use an offset from there.
The offset alone works fine if I hardcode where to look. The Vlookup
works fine on its own. What is wrong with my combo?
Thanks
I've entered is as follows:
=offset((VLOOKUP((LEFT(M2571,7)),'[testRED04.XLS]DUBE'!$A$4:$a$1067,1,false)15,5))
I need to take only the 7 leftmost characters in cell m2571, lookup
the value in the file testRED04, then use an offset from there.
The offset alone works fine if I hardcode where to look. The Vlookup
works fine on its own. What is wrong with my combo?
Thanks