index, vlookup etc.. and any combinations thereof

almagg

Well-known Member
Joined
Aug 21, 2002
Messages
705
i have a YTD 'Flash' report that starts with Oct.
each month has 17 columns and e.g., i want to subtract June Col14 minus May Col14.
next month it will be July Col14 minus June Col14.
and the target sheet will be looking for the Code value.

Code.....05/01/11 - May-11..............................06/01/11 - June-11....................
US468...Col1...Col2..........ColEI(14)..........Col17_Col1...Col2..........ColEZ(14)...........Col17
US031...
CZ010...

there is another table, Monthly Hours Matrix, currently used to get this value (and only this value) and the target formula is:

=IF(ISNA(VLOOKUP($A2&"*",'[TFP nonservice Monthly Hours Matrix (FY11 June).xlsx]report'!$F$6:$AY$200,28,FALSE)),"NA",IF(VLOOKUP($A2&"*",'[TFP nonservice Monthly Hours Matrix (FY11 June).xlsx]report'!$F$6:$AY$200,28,FALSE)=0,L2,VLOOKUP($A2&"*",'[TFP nonservice Monthly Hours Matrix (FY11 June).xlsx]report'!$F$6:$AY$200,28,FALSE)))

BUT we can get rid of the 'Monthly Hours Matrix' table if we just use the 'Flash' (which is also used for other data).

thanks for any help
 
Last edited:

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,224,590
Messages
6,179,763
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top