ReturnAg08
New Member
- Joined
- Nov 2, 2016
- Messages
- 7
Hello!
I'm working with the following section of a formula:
SUM(SUMIFS('All Facilities'!$AC:$AC,'All Facilities'!$F:$F,$C$29,'All Facilities'!$AR:$AR,{"Operating","2017*"}))
It's working just fine (and yes, entered with ctrl+shift+enter), but I want to make an adjustment to it: That last part at the end where I'm searching for anything with 2017 and a wildcard, I'd like to have the 2017 part reference a specific cell, but it still needs the wildcard. For example, something I look up would be 2017 Q1, or 2017 Q2. If I switch to a cell reference I could change the cell from 2017 to 2018 and it would now find 2018 Q1 without having to manually update all of my formulas.
Let's assume the year is in cell A1. I've tried {"Operating","A1&*"} or {"Operating",A1&"*"} or {"Operating","*"&A1&"*"}, but those don't seem to work. Is this possible to do?
I'm working with the following section of a formula:
SUM(SUMIFS('All Facilities'!$AC:$AC,'All Facilities'!$F:$F,$C$29,'All Facilities'!$AR:$AR,{"Operating","2017*"}))
It's working just fine (and yes, entered with ctrl+shift+enter), but I want to make an adjustment to it: That last part at the end where I'm searching for anything with 2017 and a wildcard, I'd like to have the 2017 part reference a specific cell, but it still needs the wildcard. For example, something I look up would be 2017 Q1, or 2017 Q2. If I switch to a cell reference I could change the cell from 2017 to 2018 and it would now find 2018 Q1 without having to manually update all of my formulas.
Let's assume the year is in cell A1. I've tried {"Operating","A1&*"} or {"Operating",A1&"*"} or {"Operating","*"&A1&"*"}, but those don't seem to work. Is this possible to do?