Hello,
I'm stuck on writing a sumifs formula that will look at Year, Name, Dest, and Months from sum range "HVD".
I'm using names ranges:
Year = Event year
Name = Customer Name
Dest = Destination
HVD = sum range
Example, if I keyed in on Year 2022, Dest "DAYBLUFF", Month "Jan", Name "AGT SETBACK", result would = 199
Here's what I have so far: =sumifs(hvd,year,"2022",name,"AGT SETBACK"); HOWEVER, I am stuck on how to sum the numbers for the particular month.
Any suggestions?
Thanks, in advance
I'm stuck on writing a sumifs formula that will look at Year, Name, Dest, and Months from sum range "HVD".
I'm using names ranges:
Year = Event year
Name = Customer Name
Dest = Destination
HVD = sum range
Example, if I keyed in on Year 2022, Dest "DAYBLUFF", Month "Jan", Name "AGT SETBACK", result would = 199
Year | Name | ORIG_333 | Orig St | Dest | Dest St | SMRY_EQP_TYP | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
2022 | AGT SETBACK | BIRMINGHA | AL | BIRMINGHA | AL | BVL | 50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
2022 | AGT SETBACK | BIRMINGHA | AL | DAYBLUFF | MN | BVL | 110 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 10 |
2022 | AGT SETBACK | BIRMINGHA | AL | DAYBLUFF | MN | TVL | 89 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
2022 | AGT SETBACK | CHICAGO | IL | DAYBLUFF | MN | BVL | 650 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 18 |
Here's what I have so far: =sumifs(hvd,year,"2022",name,"AGT SETBACK"); HOWEVER, I am stuck on how to sum the numbers for the particular month.
Any suggestions?
Thanks, in advance