Solved Show results in Column if other columns have Yes or No (1 Viewer)

Number11

Member
Local time
Today, 09:32
Joined
Jan 29, 2020
Messages
607
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
 

Isaac

Lifelong Learner
Local time
Today, 01:32
Joined
Mar 14, 2017
Messages
8,777
You can try an OR statement wrapped in an (outer) IF statement
 

Gasman

Enthusiastic Amateur
Local time
Today, 09:32
Joined
Sep 21, 2011
Messages
14,311
Or a FIND perhaps?
On my phone at present, so cannot test
What about Countif ?
 
Last edited:

Isaac

Lifelong Learner
Local time
Today, 01:32
Joined
Mar 14, 2017
Messages
8,777
True, you could test if IsError(Find(ConcatenationofTheThree))
 

oleronesoftwares

Passionate Learner
Local time
Today, 01:32
Joined
Sep 22, 2014
Messages
1,159
Yes they have to be in quotes, apologies for the incomplete solution sent earlier.
 

Gasman

Enthusiastic Amateur
Local time
Today, 09:32
Joined
Sep 21, 2011
Messages
14,311
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

Top Bottom