Hey guys, thanks for the help.
I tried all formulas and so far and I can only confirm that Benishiryo's edited formula and Fotis1991 contribution are doing the trick
=IF(OR(E8="-",E8="Do not remember"),"",IF(AND(OR(E6="PLTN",E6="GOLD"),COUNTIF(E8:E9,"Yes")),2,IF(AND(E6="CLUB",E8="Yes"),1,0)))
OR
=IF(AND(E6="Club",E8="yes"),1,IF(E8="No",0,IF(OR(E8="-",E8="Do not remember"),"",IF(OR(E6="PLTN",E6="GOLD"),IF(COUNTIF(E8:E9,"Yes")>=1,2),IF(C6="CLUB",COUNTIF(E8,"Yes"),0)))))
as for icestationzbra, I do like your short and compact formula alot, but it doesnt work if E6 is PLTN and the counted YES in E8:E9 are only 1. I adjusted corrected the formula to
=IF(OR(E8="Yes",E8="No"),IF(E6<>"Club",IF(COUNTIF(E8:E9,"Yes")>=1,2,0),IF(E8="Yes",1,0)),"")
and it works now.
Thanks alot for all the suggestions guys, much appreciate it!
A2k
Bookmarks