All,
I may have gone next Lv here but the following basic counts results in 0. I've written first 2 then tried the new AI feature to confirm and same result, 0 count.. ? Ultimately I want to count how many orders Dale took in 2024 to current date
Sales Rep column is a drop down with up to 9 reps no multiples. Date of order is a Date column, no formulas in either or cell links.
=COUNTIF([Sales Rep:]:[Sales Rep:], ("Dale"))
=COUNTIF([Sales Rep:]:[Sales Rep:], CONTAINS("Dale", @cell))
AI wrote the below & I added for results from this year only, Same result 0.
=COUNTIFS([Sales Rep:]:[Sales Rep:], CONTAINS("Dale", @cell), [Date of Order:]:[Date of Order:], IFERROR(YEAR(@cell), 0) = 2024)
Appreciate being put back on the path..