+ Reply to Thread
Results 1 to 4 of 4

Complex "if" "or" "else" statement for ABC analysis

  1. #1
    Registered User
    Join Date
    02-06-2013
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    2

    Complex "if" "or" "else" statement for ABC analysis

    Hi there,

    This is my first post so please don't be too hard on me!

    I just started as an intern at a company in Denmark where I live.
    My university degree is within corporate communication and therefore I am not that experienced using Excel.

    My supervisor has asked my to conduct an ABC analysis to see which of our clients spend the most.

    I have three columns: "name of customer", "how much have they spend" and "how many orders have they placed".

    If a client spent more than $2500 OR had 10 or more orders he is considered an A customer

    If the client spent less than $500 OR had 3 or less orders he is considered an C customer.

    All customers between these numbers (2499-499) OR (9-4) are B customers.

    Can somebody help me?

    TheDane

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Complex "if" "or" "else" statement for ABC analysis

    Perhaps
    Please Login or Register  to view this content.

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Complex "if" "or" "else" statement for ABC analysis

    hi TheDanee, welcome to the forum. a little confusing since your last criteria is 2499-499, i assume A must be greater OR equals to 2500 & B is lesser OR equals to 500. so mine would be:
    =IF(OR(B2>=2500,C2>=10),"A Customer",IF(OR(B2<=500,C2<=3),"C Customer","B Customer"))

    i think in Denmark, you might be using semi-colons. if so, try:
    =IF(OR(B2>=2500;C2>=10);"A Customer";IF(OR(B2<=500;C2<=3);"C Customer";"B Customer"))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    02-06-2013
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Complex "if" "or" "else" statement for ABC analysis

    THANK YOU SO MUCH! It's working perfect.

+ 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