Sumifs - Referencing a Cell Instead of a Number/Word

jamber17

New Member
Joined
Jan 22, 2018
Messages
6
The formula I'm using is: =SUMIFS(Examples!$I:$I,Examples!$F:$F,"m6300-47101-0000",Examples!$C:$C,"=1",Examples!$B:$B,"*"&$A$1&"*")

This section in red is the only part of the equation that I'm having issues with. I'm creating a PO tracker, and the A1 box is the drop down box to select the year. The data for all of my PO's is all on a separate document named "Examples." When I change the equation to:

=SUMIFS(Examples!$I:$I,Examples!$F:$F,"m6300-47101-0000",Examples!$C:$C,"=1",Examples!$B:$B,"=2017")

Then, it all works perfectly. But I can't find a way to get it to reference the number in cell A1 as 2017. I've tried using different cells with and without a drop down box, but the main problem I'm having is referencing any cell at all.

Help please!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi,

Can't you use just $A$1 without "*"&, &"*", and I don't think you need the = sign neither.
 
Upvote 0
You're welcome, welcome to the forum.
 
Upvote 0

Forum statistics

Threads
1,215,576
Messages
6,125,633
Members
449,242
Latest member
Mari_mariou

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