#INVALID OPERATION is trying to break me
This formula is wrecking my day so I am waving the white flag and asking for help...
I am attempting to display the LOG 2 "Title Company" where the LOG 1 FC Start Date (020) .GT/ET. the LOG 2 "Effective Date" and LOG 1 FC Start Date (020) .LT/ET. the LOG 2 "End Date" and LOG 1 "Property State" = LOG 2 "Property State".
Formula: =INDEX(COLLECT({Title Co}, [FC Start Date (020)]@row >= {Eff Date}, [FC Start Date (020)]@row <= {End Date}, [Property State]@row, ={State}), 1)
LOG 1
LOG 2
Best Answer
-
The syntax of the COLLECT function is COLLECT(data to collect, Range1, criteria1, range2, criteria2, etc).
=INDEX(COLLECT({Title Co}, {Eff Date}, <=[FC Start Date (020)]@row, {End Date}, >=[FC Start Date (020)]@row , {State},[Property State]@row), 1)
Does this return the value you expect?
Answers
-
The syntax of the COLLECT function is COLLECT(data to collect, Range1, criteria1, range2, criteria2, etc).
=INDEX(COLLECT({Title Co}, {Eff Date}, <=[FC Start Date (020)]@row, {End Date}, >=[FC Start Date (020)]@row , {State},[Property State]@row), 1)
Does this return the value you expect?
-
@KDM It sure did! Thank you so much.
COLLECT is awesome when you use it correctly! Appreciate the assistance!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!