Good morning all,
I have a question regarding a lookup formula I'm trying to work,
So i have the following SUMMARY sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]January[/TD]
[TD]Act[/TD]
[TD]Budget[/TD]
[TD]%[/TD]
[/TR]
[TR]
[TD]New Store Openings
[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Relocates[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Refits[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
Now the January cell (A1) is a drop down so when February is selected the data changes
On my YEAR sheet, i have the following
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]January[/TD]
[TD][/TD]
[TD][/TD]
[TD]February[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Actual[/TD]
[TD]Budget[/TD]
[TD]%[/TD]
[TD]Actual[/TD]
[TD]Budget[/TD]
[TD]%[/TD]
[/TR]
[TR]
[TD]New Store Openings[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]100[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Relocates[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]100[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Refits[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]50[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I can't seem to get the formula to register the month change on the summary and return the required month's data
Hope someone can help
Many thanks
Steve
I have a question regarding a lookup formula I'm trying to work,
So i have the following SUMMARY sheet
[TABLE="width: 500"]
<tbody>[TR]
[TD]January[/TD]
[TD]Act[/TD]
[TD]Budget[/TD]
[TD]%[/TD]
[/TR]
[TR]
[TD]New Store Openings
[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Relocates[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Refits[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
Now the January cell (A1) is a drop down so when February is selected the data changes
On my YEAR sheet, i have the following
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]January[/TD]
[TD][/TD]
[TD][/TD]
[TD]February[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Actual[/TD]
[TD]Budget[/TD]
[TD]%[/TD]
[TD]Actual[/TD]
[TD]Budget[/TD]
[TD]%[/TD]
[/TR]
[TR]
[TD]New Store Openings[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]100[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Relocates[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]100[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Refits[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]50[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I can't seem to get the formula to register the month change on the summary and return the required month's data
Hope someone can help
Many thanks
Steve