Hello,
I have never had a problem with this formula before, except now that I am using the same formula in a worksheet that references another worksheet formatted as a table in the same workbook. I could just be doing something wrong. Hopefully you are still following me. Not sure if this has anything to do with why my formula won't work, but the table is connected to a share point list that updates upon opening.
First: I need to count every cell in the column "Equipment Install Date" during the month of January.
Secondly: I need to only count the entries made that apply to the "host printers" in the "Element Title" column.
This is the formula I am using which doesn't bring back any values. What am I doing wrong?
=COUNTIFS(Table_owssvr[Equipment Install Date],">1/1/2015",Table_owssvr[Equipment Install Date],"<1/31/2015",Table_owssvr[Element Title],"=Host Printers")
*Note: "Table_owssvr" is the tab name that has connections to a Sharepoint list.
"Equipment Install Date" is the name of the column. For some reason it doesn't reference the range.
Bookmarks