1. #1
    subs
    subs's Avatar Become A Pro!
    Join Date: 04-30-10
    Posts: 1,412
    Betpoints: 969

    don't excel very well :(

    hi any of u excellent excel-ers know how to fix this please?

    =COUNTIFS(F2=M$2$,(L2,"=true"))

    just want a count if both things are true:

    countif(F2=M$2$)
    countif(L2,"=true")

    then i want to be able to drag this down like 60 rows.

    sorry for the stupidness but it annoying me now... man WR to betting, i wish i was born 10 years earlier or 10 years later grrrr.

    easiest 50 points u ever made?

    many thanks
    Last edited by subs; 01-27-11 at 08:31 PM. Reason: don't spell very well either

  2. #2
    josie88
    josie88's Avatar Become A Pro!
    Join Date: 02-12-09
    Posts: 48
    Betpoints: 2188

    COUNTIFS function isn't supported until office 2007. This should work for all versions:

    =IF(COUNTIF(F2,$M$2)+COUNTIF(L2,"=true")=2,1,"")

    If both conditions are true this will return a value of 1, otherwise cell will be left blank.

    GL
    Points Awarded:

    subs gave josie88 25 SBR Point(s) for this post.


  3. #3
    subs
    subs's Avatar Become A Pro!
    Join Date: 04-30-10
    Posts: 1,412
    Betpoints: 969

    hi josie88 thanks for the help.

    was not really the answer i was looking for because it only returned 1 or blank. i needed a total. but close. actually i screwed up the question, the answer is:

    =COUNTIFS(L:L,"=TRUE",F:F,M2) so simple i can't believe it has taken me so long to do it....

    thanks for ur help : )

Top