Had to get to my work PC to grab an example of one of the formulas that are giving me grief:
=IF(AND(INDIRECT("'" & "." & AJ2 & "'!$F$1")=ALLOCATIONS!$B$17,INDIRECT("'" & "." & AJ2 & "'!$F$2")=(X2&Y2)),INDIRECT("'" & "." & AJ2 & "'!" & AN2),(INDEX(ALLOCATIONS!$E$18:$BB$23,MATCH(INDIRECT("'" & "." & AJ2 & "'!$F$1"),ALLOCATIONS!$B$18:$B$23,0),MATCH((X2&Y2),ALLOCATIONS!$E$12:$BB$12,0)))*INDIRECT("'" & "." & AJ2 & "'!" & AN2))
BTW, most of the index and indirect entries were set up to facilitate dragging formulas to copy down several tens of thousands of rows rather than building sets for each of the input tabs. I'd rather someone put a bullet in my brain than consider rebuilding them all again without the lookups. Heh.
Thanks,
Tom
Bookmarks