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
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!