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
- Smartsheet Customer Resources
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 36 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!