Hi,
I am trying to create a formula to add up all entries that match multiple criteria. Currently I am using a "countifs" formula but it doesn't appear to be working (evaluates as 0 when in my test I know it should be 2).
In my spreadsheet I have a table set up which holds the data. What I am trying to get the formula to do is add up the number of entries that match 2 criteria.![]()
=COUNTIFS(Table1[Order date],MONTH(Table1[Order date])=1,Table1[System type],"UVX")
These are:
- If an entry happened in a certain month (this is in table 1 column "Order date")
- If an entries type matches a string (this is in table 1 column "System type")
Thanks for any help!
Bookmarks