+ Reply to Thread
Results 1 to 5 of 5

how to make formular If X is less then Y then X-W=Z

Hybrid View

  1. #1
    Registered User
    Join Date
    03-10-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel for Mac 2011
    Posts
    2

    Wink how to make formular If X is less then Y then X-W=Z

    Hi,

    Thanks for your help on this.

    I want to solve the following problem.

    If X is less then Y then X-W=Z

    But if X is Greater then Y = 0 (zero)

    Thanks guys

    Cheers
    Jared
    Last edited by jaredlawler; 03-10-2013 at 05:48 AM. Reason: bad title

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

    Re: Basic formular for Newbie

    Hi
    perhaps first adapt your title as per forum rules?

  3. #3
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: how to make formular If X is less then Y then X-W=Z

    Quote Originally Posted by jaredlawler
    If X is less then Y then X-W=Z
    you mean the result on column Z1?

    =IF(X1<Y1,X1-W1,IF(X1>Y1,0,"X=Y"))
    Click (*) if you received helpful response.

    Regards,
    David

  4. #4
    Registered User
    Join Date
    03-10-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel for Mac 2011
    Posts
    2

    Re: how to make formular If X is less then Y then X-W=Z

    Hey SDCH,

    Thats spot on!. Thanks for your help.

    cheers
    Jared

  5. #5
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: how to make formular If X is less then Y then X-W=Z

    Glad your problem solved, and thanks for the rep

    Note:
    By the way, can you mark this thread as solved? Thanks.
    Last edited by SDCh; 03-10-2013 at 08:35 PM. Reason: Add Note

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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