+ Reply to Thread
Results 1 to 5 of 5

Count if's to determine the tagging of customer

  1. #1
    Forum Contributor geliedee's Avatar
    Join Date
    10-14-2013
    Location
    Manila, philippines
    MS-Off Ver
    Excel 2007
    Posts
    400

    Count if's to determine the tagging of customer

    Hi All,

    Can someone help me with this problem?

    What I need to get the correct tagging:

    1. Central - If the customer number, sales org, DC and DV is existing in the extract. Like the image below.

    Capture.JPG
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,139

    Re: Count if's to determine the tagging of customer

    try
    =IF(ISERROR(INDEX($D$2:$D$11,MATCH(A3&B3&C3&D3,$F$2:$F$11&$G$2:$G$11&$H$2:$H$11&$I$2:$I$11,0))),"","Central")
    use
    control shift enter toget a array formula {}
    {=IF(ISERROR(INDEX($D$2:$D$11,MATCH(A3&B3&C3&D3,$F$2:$F$11&$G$2:$G$11&$H$2:$H$11&$I$2:$I$11,0))),"","Central")}
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Contributor geliedee's Avatar
    Join Date
    10-14-2013
    Location
    Manila, philippines
    MS-Off Ver
    Excel 2007
    Posts
    400

    Re: Count if's to determine the tagging of customer

    Hi etaf,

    This will actually made the file caldulate so it will take longer..
    Am searching for a count ifs option.

    Is it posible?

  4. #4
    Forum Contributor
    Join Date
    02-07-2013
    Location
    Karachi, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    290

    Re: Count if's to determine the tagging of customer

    Hi geliedee,

    Not sure, but is this?
    =COUNTIFS($F$3:$F$11,A3,$G$3:$G$11,B3,$H$3:$H$11,C3,$I$3:$I$11,D3)

    format the cell as:
    "Central";#;;@

    Regards,
    Khalid

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,139

    Re: Count if's to determine the tagging of customer

    =IF(COUNTIFS($F$3:$F$9,A3,$G$3:$G$9,B3,$H$3:$H$9,C3,$I$3:$I$9,D3)>0,"central","")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 01-25-2016, 08:10 AM
  2. [SOLVED] Count if customer appear more than three time in a list
    By SwissExcel in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-26-2015, 12:44 PM
  3. Replies: 20
    Last Post: 11-10-2015, 09:48 AM
  4. [SOLVED] Formula to Count Unique Customer by Month
    By byankton in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-19-2013, 12:39 AM
  5. Forecasting Daily Customer Count Due to Certain Variables
    By stickcaveman in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-09-2013, 07:52 PM
  6. [SOLVED] Formula to determine monthly cash flow based on customer contract length
    By Wedge120 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-31-2013, 08:42 PM
  7. Count Duplicates Order numbers for one Customer
    By johncassell in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-12-2006, 07:39 PM

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