K
Karen
Your problem is that the OFFSET function requires the
first argument be a cell address, not the value in the
cell whose address you want. You need to do a little
fancy footwork to return the cell address of the lookup
equation. Try this:
=OFFSET(INDIRECT(ADDRESS(4,MATCH(HLOOKUP($A$2,'[Cross
Country Tracker.xls]Sign-up Roster'!
$E$2:$HM$2,1,FALSE),'[Cross Country Tracker.xls]Sign-up
Roster'!$E$2:$HM$2,0)+COLUMN('[Cross Country Tracker.xls]
Sign-up Roster'!$E$2:$HM$2)-1)),0,2)
Hope that helps (I got it to work for me, except without
the '[Cross Country Tracker.xls]Sign-up Roster'! part),
Karen
first argument be a cell address, not the value in the
cell whose address you want. You need to do a little
fancy footwork to return the cell address of the lookup
equation. Try this:
=OFFSET(INDIRECT(ADDRESS(4,MATCH(HLOOKUP($A$2,'[Cross
Country Tracker.xls]Sign-up Roster'!
$E$2:$HM$2,1,FALSE),'[Cross Country Tracker.xls]Sign-up
Roster'!$E$2:$HM$2,0)+COLUMN('[Cross Country Tracker.xls]
Sign-up Roster'!$E$2:$HM$2)-1)),0,2)
Hope that helps (I got it to work for me, except without
the '[Cross Country Tracker.xls]Sign-up Roster'! part),
Karen