I'm trying my hand at a countifs function. I want to do a count of all occurrences of the cell value "SLO" in a worksheet (Appears in Column "H"), so long as the date associated with that value is 2014 (Column "E") and the occurence was in the USA (Column "A").
Here's the countifs formula I used:
=COUNTIFS(Data!H2:H200,"=SLO")(Data!E2:E200,">=1/1/2014", Data!E2:E200,"<=12/31/2014")(Data!A2:A200"=USA")
I get an error message -- but as I'm not an expert in this, can't figure out when I'm assuming wrong. Trying to find articles but I think you can use countifs to run scenarios on different columns of data as long as the rows are consistent.
Any thoughts?
Here's the countifs formula I used:
=COUNTIFS(Data!H2:H200,"=SLO")(Data!E2:E200,">=1/1/2014", Data!E2:E200,"<=12/31/2014")(Data!A2:A200"=USA")
I get an error message -- but as I'm not an expert in this, can't figure out when I'm assuming wrong. Trying to find articles but I think you can use countifs to run scenarios on different columns of data as long as the rows are consistent.
Any thoughts?