MAX Date help
I am trying to get a MAX Date:
=MAX({1.1 Invoices Date}, {PK#2}, [PK #]@row)
Is COLLECT required to make this work?
I also tried this:
=MAX(COLLECT({1.1 Invoices Date}, {PK#2, [PK #]@row}))
No luck.
Answers
-
Hey @Mike B
A COLLECT function has the syntax COLLECT(range to be collected, range1, criteria1, range2, criteria2, etc). The syntax of your formula above is not what smartsheet is expecting.
Try this.
=MAX(COLLECT({1.1 Invoices Date}, {PK#2}, [PK #]@row))
Does this work for you?
Kelly
-
I'm getting the error code: #INVALID COLUMN VALUE.
=MAX(COLLECT({1.1 Invoices Date}, {PK#2}, [PK #]@row))
-
-
Yes, it is a date column.
-
Oops, It was actually formatted as a Text/number, I change it to a date column and it worked. WOW. Thanks!!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!