Hey everyone,
I am trying to a multiple criteria countifs, but I need the last one to countif the value is one of several things.
Ex.:
=COUNTIFS($D:$D,">="&H2,'!$D:$D,"<="&H3,$B:$B,{"Green","Blue","Red","Yellow"})
H2 and H3 in this example would be a date range, as column D is a list of dates. Column B would be a list of colors that contain more than just the four above, but I would only want to count them in the row falls between the date range, and the color is on of those colors. I have search the forums and haven't found anything that has given me my answer yet.
Any help is appreciated, thank you in advance.
I am trying to a multiple criteria countifs, but I need the last one to countif the value is one of several things.
Ex.:
=COUNTIFS($D:$D,">="&H2,'!$D:$D,"<="&H3,$B:$B,{"Green","Blue","Red","Yellow"})
H2 and H3 in this example would be a date range, as column D is a list of dates. Column B would be a list of colors that contain more than just the four above, but I would only want to count them in the row falls between the date range, and the color is on of those colors. I have search the forums and haven't found anything that has given me my answer yet.
Any help is appreciated, thank you in advance.