A formula I thought I had locked down is no longer working and I'm out of ideas to resolve. Results are coming up as "0" when I use the following formula:
=SUMIFS([Requested Amount]:[Requested Amount], [Region]:[Region], "Region A", [Region]:[Region], "Region B", [Region]:[Region], "Region C")
Column #1 "Requested Amount" includes the $ amount being requested
Column #2 "Region" includes a drop down menu of 14 regions
I'm looking for a SUMIFS formula that pulls that total amount requested from the "Requested Amount" for 'Region A', 'Region B', and/or 'Region C' under the "Region" column.