+ Reply to Thread
Results 1 to 6 of 6

Taking words and creating a value

  1. #1
    Registered User
    Join Date
    11-16-2006
    Posts
    7

    Taking words and creating a value

    I am building a lead sheet to track where my company's radio advertisement leads are coming from. I want this sheet to automatically calculate how many leads come from each radio station.

    For example, if I have stations "abcd", "efgh", "ijkl", "mnop" and "qrst" I want to add up at the end of the month how many leads came from each station.

    Is there a formula that will count instances of a certain word (or in this case, call letters)? If not, is there another way to arrange this that would still provide me the data I am looking for?

    Thanks for your help.

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    fednick,

    Try,

    =COUNTIF(A2:E20,I1)

    Where your leads are in A2:E20 and your call letters are in I1.


    HTH

    Steve

  3. #3
    Registered User
    Join Date
    11-16-2006
    Posts
    7

    Hmm, I think I'm looking for something else

    I'm not sure that will work (it returned "0").

    I think I would have to have a separate formula for each individual set of call letters.

    If I use the given formula, I don't think it would know how to differentiate from one set of call letters to the next.

    I basically have about 5-6 different stations that I need to idenify separate month-end values for.

    Of course, I may be misunderstanding the formula.

  4. #4
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    fednick,

    Put your individidual call letters in I1:M1 (if you have more extend). Then put the formula in I2 and copy accross to M2. Formula should be:

    =COUNTIF($A$1:$E$20,I1)

    As you copy across you will see that the I1 changes to J1,K1,L1,M1 respectively. That will provide a count for each different group of call letters.


    HTH

    Steve

  5. #5
    Registered User
    Join Date
    11-16-2006
    Posts
    7

    Fantastic!

    Thanks for your help. It works perfectly.

  6. #6
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    fednick,

    Glad to hear it worked for you. Thanks for the feedback.

    Cheers,

    Steve

+ 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