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
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!