MAX Date help

Mike B
✭✭✭✭✭
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!