I am trying to create lookup table that will return certain criteria based on annual date ranges. So I have a data validation / drop down list to change from 2018, 2017, 2016. But I'm drawing a blank how to create a CountIf based on the year within the text of the cell range.
I have done this in the past
I have done this in the past
Code:
[=IF(TODAY()>$D$4,COUNTIFS($E:$E,">=3/1/2018",$E:$E,"<=3/31/2018")/CODE]
But that won't work in this scenario.
Thanks in advance!