+ Reply to Thread
Results 1 to 5 of 5

Calculating total amount of sales for each salesman

  1. #1
    Registered User
    Join Date
    05-27-2005
    Posts
    2

    Calculating total amount of sales for each salesman

    I need help trying to find a formula for calculating up an occuring number in a specific column.

    An example being that if I need to find out how many times the number "230.28" occurs in column H, which formula would I use? I was trying to use =lookup(J7:this being the cell in which the number I need to see how many times occurs is:,$H$7:$H$100) but obviously this doesn't calculate up how many times it occurs in the column.

    Any help will be greatly appreciated.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819
    Would the COUNTIF function work for you?

  3. #3
    Registered User
    Join Date
    05-27-2005
    Posts
    2
    Yes it did.

    Thankyou very much.

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by Exedate
    I need help trying to find a formula for calculating up an occuring number in a specific column.

    An example being that if I need to find out how many times the number "230.28" occurs in column H, which formula would I use? I was trying to use =lookup(J7:this being the cell in which the number I need to see how many times occurs is:,$H$7:$H$100) but obviously this doesn't calculate up how many times it occurs in the column.

    Any help will be greatly appreciated.
    Try this ...

    =countif(H7:H100,"="&J7)

    Regards.
    BenjieLop
    Houston, TX

  5. #5
    Roger Govier
    Guest

    Re: Calculating total amount of sales for each salesman

    Hi

    One way would be
    =SUMPRODUCT(--($H$7:$H$100=J7)*1)

    --
    Regards
    Roger Govier
    "Exedate" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I need help trying to find a formula for calculating up an occuring
    > number in a specific column.
    >
    > An example being that if I need to find out how many times the number
    > "230.28" occurs in column H, which formula would I use? I was trying to
    > use =lookup(J7:this being the cell in which the number I need to see how
    > many times occurs is:,$H$7:$H$100) but obviously this doesn't calculate
    > up how many times it occurs in the column.
    >
    > Any help will be greatly appreciated.
    >
    >
    > --
    > Exedate
    > ------------------------------------------------------------------------
    > Exedate's Profile:
    > http://www.excelforum.com/member.php...o&userid=23812
    > View this thread: http://www.excelforum.com/showthread...hreadid=374652
    >




+ 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