concretejungle16
New Member
- Joined
- Jan 25, 2018
- Messages
- 2
All,
I have 2 tabs.
Tab 1 contains a column where I want the returned results to display, titled "Statuses."
Tab 2 contains a column that could have just one of a numeric value (one number 5), or multiple (three number 8s).
I want to lookup all instances of a number and associated TEXT values in the same row. Those three number 8s could have Untested, Currently Testing, Passed, or Failed listed.
Finally, I want to return the result:
- If any say Failed, returned result in Tab 1 is Failed
- If any say Untested, returned result in Tab 1 is Untested
- If all say Passed, returned result in Tab 1 is Passed
- If not all say Passed but none say Failed, returned result in Tab 1 is Currently Testing
I'm absolutely stumped on what this formula should look like. Help
I have 2 tabs.
Tab 1 contains a column where I want the returned results to display, titled "Statuses."
Tab 2 contains a column that could have just one of a numeric value (one number 5), or multiple (three number 8s).
I want to lookup all instances of a number and associated TEXT values in the same row. Those three number 8s could have Untested, Currently Testing, Passed, or Failed listed.
Finally, I want to return the result:
- If any say Failed, returned result in Tab 1 is Failed
- If any say Untested, returned result in Tab 1 is Untested
- If all say Passed, returned result in Tab 1 is Passed
- If not all say Passed but none say Failed, returned result in Tab 1 is Currently Testing
I'm absolutely stumped on what this formula should look like. Help