Reference to SheetName in Formula

jim may

Well-known Member
Joined
Jul 4, 2004
Messages
7,486
I have so far the below. I wish to enter a formula in Cell C7 on Sheet LongView, that will pull in the $$'s from the Sheet Spice Mgr Input Cell E4's Amt; So the C7 formula would use the Mid() function to get the "Spice" frow the "01 - Spice" in Cell B7 and concatenate the " Mgr Input" to reference the ='Spice Mgr Input'!E4;
Can someone assist? Tks, Jim
Excel Workbook
BCDE
65/8/20115/15/20115/22/2011
701 - Spice625.04586.85612.14
802 - Produce
903 - Cheese
LongView
Excel 2007
Cell Formulas
RangeFormula
C6='Spice Mgr Input'!D4
C7='Spice Mgr Input'!E4
D6='Spice Mgr Input'!D5
D7='Spice Mgr Input'!E5
E6='Spice Mgr Input'!D6
E7='Spice Mgr Input'!E6
Excel Workbook
CDE
201 - Spice** THIS YEAR **
3Week EndedActual Sales
45/8/2011625.04
55/15/2011586.85
65/22/2011612.14
75/29/2011520.47
Spice Mgr Input
Excel 2007
Cell Formulas
RangeFormula
D4=D5-7
D5=D6-7
D6=D7-7
D7=D10-7
E4=SUMPRODUCT(--('Current Year GL'!$A$7:$A$3532=LEFT($C$2,2)),--(TEXT('Current Year GL'!$D$7:$D$3532,"mm-dd")>=TEXT(D4-6,"mm-dd")),--(TEXT('Current Year GL'!$D$7:$D$3532,"mm-dd")<=TEXT(D4,"mm-dd")),('Current Year GL'!$I$7:$I$3532))
E5=SUMPRODUCT(--('Current Year GL'!$A$7:$A$3532=LEFT($C$2,2)),--(TEXT('Current Year GL'!$D$7:$D$3532,"mm-dd")>=TEXT(D5-6,"mm-dd")),--(TEXT('Current Year GL'!$D$7:$D$3532,"mm-dd")<=TEXT(D5,"mm-dd")),('Current Year GL'!$I$7:$I$3532))
E6=SUMPRODUCT(--('Current Year GL'!$A$7:$A$3532=LEFT($C$2,2)),--(TEXT('Current Year GL'!$D$7:$D$3532,"mm-dd")>=TEXT(D6-6,"mm-dd")),--(TEXT('Current Year GL'!$D$7:$D$3532,"mm-dd")<=TEXT(D6,"mm-dd")),('Current Year GL'!$I$7:$I$3532))
E7=SUMPRODUCT(--('Current Year GL'!$A$7:$A$3532=LEFT($C$2,2)),--(TEXT('Current Year GL'!$D$7:$D$3532,"mm-dd")>=TEXT(D7-6,"mm-dd")),--(TEXT('Current Year GL'!$D$7:$D$3532,"mm-dd")<=TEXT(D7,"mm-dd")),('Current Year GL'!$I$7:$I$3532))
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
After 77 attempts (while waiting...) I got it!!!!

=INDIRECT("'"&MID(B7,6,LEN(B7)-5)&" Mgr Input"&"'!"&"E4")
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,734
Members
452,939
Latest member
WCrawford

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