Forum

Notifications
Clear all

Combined Results Calculation

5 Posts
3 Users
0 Reactions
80 Views
(@adrian66)
Posts: 3
Active Member
Topic starter
 

Hi All,

As a recent new member this is my first post to the forum.

I am looking for a formula that will calculate a result based on whether all items meet a certain criteria.

Attached is the file which has a more detailed description of what I require along with the table of data.

Appreciate any help,

Thanks,

Adrian Confused

 
Posted : 23/03/2017 2:46 am
(@sunnykow)
Posts: 1417
Noble Member
 

Hi Adrian

See if this is what you want.

Sunny

 
Posted : 23/03/2017 3:33 am
(@canapone)
Posts: 15
Active Member
 

Hi

 

a first attempt

 

in F5:

=IF(COUNTIF(D$5:D5,D5)>1,"",IF(COUNTIFS(D:D,D5,E:E,"Pass")=COUNTIF(D:D,D5),"Yippee!",IF(COUNTIFS(D:D,D5,E:E,"Fail")=COUNTIF(D:D,D5),"Oh no!","")))

 

Regards

-----

Edit: sorry SunnyKow, I did not mean to overlap. 

 
Posted : 23/03/2017 3:45 am
(@sunnykow)
Posts: 1417
Noble Member
 

Hi Canapone

No problem. All are welcome to help. We can learn form each other.

 

Hi Adrian

Refer another option.

 
Posted : 23/03/2017 3:54 am
(@adrian66)
Posts: 3
Active Member
Topic starter
 

Hi Sunny,

Have applied your formula and this has worked ok.

Thanks,

Adrian Smile

 
Posted : 23/03/2017 4:04 pm
Share: