+ Reply to Thread
Results 1 to 3 of 3

IF 'x' is greater than 'y'%

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    IF 'x' is greater than 'y'%

    Hello,

    Can anyone help with an IF statement query.

    Column A Column B Column C Column D
    Required Received balance IF statement needed
    2000 1780 -220
    2000 2050 50

    Assuming the 2000 under required is in A2, the 1780 in B2 etc, I am looking for a formula that says -

    if the value in C is 10% less than the value in A, then return 0, if it's over 10% then return the figure in column C


    Any ideas...?

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

    Re: IF 'x' is greater than 'y'%

    Perhaps
    =IF(C2<=0.9*A2,0,C2)

  3. #3
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    Re: IF 'x' is greater than 'y'%

    Thanks Pepe

+ 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