Hello Smartsheet Community!
I am helping our team report on an individual who requests the most deliverables within a date range. Meaning, if Ted Williams requests the most deliverables in Q4, Ted Williams should show up in the report based on the countif/helper column.
Below is the formula I've been working with based on trial & error and not-so-helpful assistance from ChatGPT.
=INDEX({Primary Contact}, MATCH(MAX({Contact Count Quarter}), {Contact Count Quarter}, IF(AND({Submitted Date}, >=DATE(2024, 10, 1), {Submitted Date}, <=DATE(2024, 12, 31)))), 0)
Below is a screenshot with the sample data for reference:
Does anyone have any solutions or ideas on what I could be doing wrong with my formula? Thanks in advance for your assistance!