Hi,
Attached is an example file in which I believe, I want to use the Index / Match functions.
As you will see - Table 1 - Far right of worksheet has a list of projects & teams with proposed Not to Exceed (NTE) proposals.
From this table, I want to extract its inputs & classify them under my main table per projects & teams
1st NTEs - Using the following seems to work well to get 1st NTEs (proposals)
=IF($D$13="","N/A",INDEX($AG$15:$AU$50,MATCH($D$13,$AF$15:$AF$50,0),MATCH(B15,$AG$12:$AU$12,0),MATCH($D$14,$AG$14:$AU$14,0)))
To get, 2nd NTEs, I would think I can use the same function & just re-direct the lookup values but for whatever reasons, it's not working for me.
See example
Index-Match Multiple Criteria From Same Table.xlsm supposed to be
Index-Match Multiple Criteria From Same Table.xlsm
Or - Change, ".doc" to ".xlsm"
Thanks
Attached is an example file in which I believe, I want to use the Index / Match functions.
As you will see - Table 1 - Far right of worksheet has a list of projects & teams with proposed Not to Exceed (NTE) proposals.
From this table, I want to extract its inputs & classify them under my main table per projects & teams
1st NTEs - Using the following seems to work well to get 1st NTEs (proposals)
=IF($D$13="","N/A",INDEX($AG$15:$AU$50,MATCH($D$13,$AF$15:$AF$50,0),MATCH(B15,$AG$12:$AU$12,0),MATCH($D$14,$AG$14:$AU$14,0)))
To get, 2nd NTEs, I would think I can use the same function & just re-direct the lookup values but for whatever reasons, it's not working for me.
See example
Index-Match Multiple Criteria From Same Table.xlsm supposed to be
Index-Match Multiple Criteria From Same Table.xlsm
Or - Change, ".doc" to ".xlsm"
Thanks