+ Reply to Thread
Results 1 to 2 of 2

Help Counting

  1. #1
    Registered User
    Join Date
    07-13-2005
    Posts
    64

    Help Counting

    HI,

    It is probably an easy one but my mind is blank. I need help with this formula.

    I have names in column A and either a number or a word in column B the word is 'space'

    What i need the formula to say is count all the 'space' enteries against each name.

    so if jon appeared 10 times in the list and space apeared 4 time alongside his name the result would be 4. Th names in column a are jumbled please help

    thanx

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Drag down column C the formula

    =IF(COUNTIF(A$1:A1,A1)<=1,SUMPRODUCT((A$1:A$20=A1)*(B$1:B$20="space")),"")

    --


    Quote Originally Posted by Brento
    HI,

    It is probably an easy one but my mind is blank. I need help with this formula.

    I have names in column A and either a number or a word in column B the word is 'space'

    What i need the formula to say is count all the 'space' enteries against each name.

    so if jon appeared 10 times in the list and space apeared 4 time alongside his name the result would be 4. Th names in column a are jumbled please help

    thanx

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1