How do I populate dates from a date column into my date formula?

Options

I'm running a Countif function that counts production between two dates, currently my formula looks something like this: =COUNTIFS({Reference Column}, <=DATE(2024, 1, 5), {Reference Column}, >=DATE(2024, 1, 1)).

For the date part of my formula, is there any way to input dates from two date columns so that I don't manually input the dates each time and I can just drag the entire formula down? Whenever I do =COUNTIFS({[Week End]@row}, <=DATE([Week Start]@row), {Reference Column}, >=DATE(2024, 1, 1)) it says "Incorrect Argument".


Thanks.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!