Solved Show results in Column if other columns have Yes or No

Number11

Member
Local time
Today, 23:50
Joined
Jan 29, 2020
Messages
619
Hello,

So i have an excel spreadsheet that contains 3 columns the answered will be
C E F
Yes No No
Yes No No
No No Yes
No Yes No

i need to create a new column that will say if Yes was within one or more of the three so i can then filer the data for all Yes
any ideas
 
You can try an OR statement wrapped in an (outer) IF statement
 
Or a FIND perhaps?
On my phone at present, so cannot test
What about Countif ?
 
Last edited:
True, you could test if IsError(Find(ConcatenationofTheThree))
 
Yes they have to be in quotes, apologies for the incomplete solution sent earlier.
 
If it just those three columns then the OR would be fine, but if you expanded the range that would become a real pain.?
Then I would use the CountIf option?
 

Users who are viewing this thread

Back
Top Bottom