How do I populate dates from a date column into my date formula?
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.
Tags:
Answers
-
You wouldn't use the DATE function. Just a standard cell reference.
=COUNTIFS({Reference}, @cell >= [Date Column]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!