Can I combine an =if(and formula with a Max formula?
=IF(AND([VALUE 1]@ROW = "YES", [VALUE 2]@ROW = [VALUE 3]@ROW), "TBD", MAX([VALUE 2]@ROW:[VALUE 3]@ROW))
IF value 1 is yes AND IF value 2 = value 3 THEN enter tbd ELSE return the MAX value of value 2 and value 3. My formula returns a #invalid column value.
Best Answer
-
The column your formula is in will need to be a Date type column and it probably isn't currently. I got the same error as you with the formula column as Text/Number but it worked as a Date type column.
Answers
-
What type of columns are Value 1, Value 2, Value3, and the column your formula is in?
-
Value 1 = Text/Number, Value 2 & Value 3 = Date (restrict to date only)
-
The column your formula is in will need to be a Date type column and it probably isn't currently. I got the same error as you with the formula column as Text/Number but it worked as a Date type column.
-
Perfect - that worked. Thanks.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!