IF Statement involving columns in two separate sheets, with a return response from a date column
I'm stumped. I have a request to create a formula matching a Vendor ID in the current sheet to the same column in another sheet and if found, return a date from the GL Policy Expiration (second screen shot), which is Range 3 in the first screenshot below. I am getting a #Invalid Operation result. What am I doing incorrectly please? Is there a better formula to use? VLookup didn't work for this one because of column placement.
Tags:
Best Answer
-
Try this:
=IFERROR(INDEX(COLLECT({COI Vendors Range 3}, {COI Vendors Range 1}, HAS(@cell, [Vendor ID]@row)), 1), "No Match")
Answers
-
Try this:
=IFERROR(INDEX(COLLECT({COI Vendors Range 3}, {COI Vendors Range 1}, HAS(@cell, [Vendor ID]@row)), 1), "No Match")
-
That worked PERFECTLY, thank you!
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!