DukeofArmchair
New Member
- Joined
- Mar 20, 2024
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi Guys, I am somewhat of a novice with excel formulas and am struggling a bit to find a solution to what I am trying to accomplish. I am trying to sum only visible rows in the "Total USD (Monthly)" column with the qualifying criteria that column "Winner?" contains a 1 and "Overall Status" column is Empty. I know how to do the subtotal for visible rows only but cannot seem to figure it out with the if requirements.
I hope this makes sense, below is the formula that I am using now but it is not excluding hidden rows.
=SUMIFS(Table13[Total USD
(Monthly)],Table13[Winner?],"*"&"1"&"*",Table13[Overall
Status],"")
I hope this makes sense, below is the formula that I am using now but it is not excluding hidden rows.
=SUMIFS(Table13[Total USD
(Monthly)],Table13[Winner?],"*"&"1"&"*",Table13[Overall
Status],"")