+ Reply to Thread
Results 1 to 7 of 7

Logical formula

  1. #1
    Registered User
    Join Date
    07-25-2011
    Location
    Sydney
    MS-Off Ver
    Microsoft 365
    Posts
    20

    Logical formula

    Hi there

    I would like to put a logical formula to identify customer status by Category

    Say Colum “D” = Budget & Colum “E” = Actual Sales

    Budget Result Actual Sales Result Category

    Budget Value > Actual Sales 85% of Budget "Active"
    Budget Value = 0 Actual Sales >1 "New"
    Budget Value > Actual Sales 70% of Budget "Attack"
    Budget Value > Actual Sales < 20% of Budget "LOST"

    Appreciate for your help in advance.

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Logical formula

    Hi...

    Can u provide more specific data?

  3. #3
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Logical formula

    can you attach a sample? and as an example for your first senario are you looking for Budget value > Active Sales, and Active sales = 85% of budget?
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

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

    Re: Logical formula

    like this.
    Please Login or Register  to view this content.
    one question is that equal >1 ?
    and the other one equals also?

    sorry those are D not B
    Last edited by vlady; 03-02-2012 at 10:31 PM. Reason: B <> D
    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

  5. #5
    Registered User
    Join Date
    07-25-2011
    Location
    Sydney
    MS-Off Ver
    Microsoft 365
    Posts
    20

    Post Re: Logical formula

    Logical Formula Sample.xlsx

    First time I'm using Thread, so not sure does it attched or not.

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

    Re: Logical formula

    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    03-05-2012
    Location
    Pune, India
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Logical formula

    Quote Originally Posted by vlady View Post
    Please Login or Register  to view this content.
    It is giving error, I am not sure what needs to change. I have applied it as below but it is not taking '-' for '-' or NEW. it shows either only active & lost for all
    =IF(AND(D4>E4,E4<(D4*20%)),"LOST",IF(AND(D4>E4,E4=(D4*70%)),"ATTACK",IF(AND(D4=0,E4>1),"NEW",(IF(D4>E4,E4=(D4*85%),"ACTIVE")))))

+ 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