Formula for return value from a seperate sheet column if another column is one of 3 values
Hello,
I am trying to create a formula that returns the value of a lets call it Column A in a seperate sheet if Column B in that same seperate sheet is any of 3 different words.
Here is the formula as I currently have it.
=JOIN(COLLECT({Scopes Range 3}, {Scopes Range 2}, OR(@cell = "In Progress - On Time", @cell = "In Progress - Delayed", @cell = "In Progress - Ahead of Schedule"),), ";")
so the result should return for instance 2,5,7 from Scope Range 3 if Scope Range 2 equals either "In Proges - On Time", "In Progress - Delayed", or "In Progress - Ahead of Schedule".
Best Answer
-
I figured it out as soon as I posted it. I had an extra , after Ahead of Schedule.
Correct Formula: =JOIN(COLLECT({Scopes Range 3}, {Scopes Range 2}, OR(@cell = "In Progress - On Time", @cell = "In Progress - Delayed", @cell = "In Progress - Ahead of Schedule")), ";")
Answers
-
I figured it out as soon as I posted it. I had an extra , after Ahead of Schedule.
Correct Formula: =JOIN(COLLECT({Scopes Range 3}, {Scopes Range 2}, OR(@cell = "In Progress - On Time", @cell = "In Progress - Delayed", @cell = "In Progress - Ahead of Schedule")), ";")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!