+ Reply to Thread
Results 1 to 2 of 2

COUNT/SUM Formula For Mulitple Criteria

  1. #1
    Registered User
    Join Date
    05-16-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    15

    COUNT/SUM Formula For Mulitple Criteria

    Hi I'm building a spreadsheet to help track our companies sales progress. Need a formula that will count the amount of customers within each sales process for each salesperson. I tried a SUM CSE formula as below

    {=SUM(('RB OUTPUT'!BG:BG="Sales Person 1"),('RB OUTPUT'!BO:BO="Targeting"))}

    We have 5 different sales stages. Does anyone have any solutions?

    Cheers

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: COUNT/SUM Formula For Mulitple Criteria

    Hello maybe countifs

    =countifs('RB OUTPUT'!BG:BG,"=Sales Person 1",'RB OUTPUT'!BO:BO,"=Targeting")

    =countifs('RB OUTPUT'!BG:BG,A1,'RB OUTPUT'!BO:BO,A2)
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ 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