+ Reply to Thread
Results 1 to 8 of 8

IF opposite cell is more than 13.5% - make actual cell 0

  1. #1
    Registered User
    Join Date
    08-13-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    2010
    Posts
    6

    IF opposite cell is more than 13.5% - make actual cell 0

    Hi All,
    Please help with the below as i am currently still learning formulas

    J11 =IFERROR(E11*SUM(G11,I11),"-")

    F11 - 13.5%

    I need to add a formula in J11 and activate should F11 be 13.5% or more, J11 will turn into the numeral 0

    Thanking all in advance for the help
    Last edited by JDMBoy36; 08-13-2014 at 07:48 AM. Reason: INCORRECT LETTER USED

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: IF opposite cell is more than 13.5% - make actual cell 0

    =IFERROR(IF(F11>=E11*SUM(G11,I11)*13.5%,0,E11*SUM(G11,I11)),"-")
    Try this
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Contributor
    Join Date
    10-19-2012
    Location
    chennai
    MS-Off Ver
    Excel 2013
    Posts
    134

    Re: IF opposite cell is more than 13.5% - make actual cell 0

    Hi Try the below formula

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    08-13-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    2010
    Posts
    6

    Re: IF opposite cell is more than 13.5% - make actual cell 0

    Thank you for the reply, however once i insert 11% and above in the cell, it goes 0. If i insert 10% and below it gives me the correct figure?
    any reason as to why this is happening?

    Thank you all in advance.

  5. #5
    Forum Contributor
    Join Date
    10-19-2012
    Location
    chennai
    MS-Off Ver
    Excel 2013
    Posts
    134

    Re: IF opposite cell is more than 13.5% - make actual cell 0

    hi its because F11 value is less than J11..

  6. #6
    Registered User
    Join Date
    08-13-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    2010
    Posts
    6

    Re: IF opposite cell is more than 13.5% - make actual cell 0

    Quote Originally Posted by rajansettu View Post
    hi its because F11 value is less than J11..
    The figure in J11 is a currency figure and F11 is a % figure... does this still apply?

  7. #7
    Forum Contributor
    Join Date
    10-19-2012
    Location
    chennai
    MS-Off Ver
    Excel 2013
    Posts
    134

    Re: IF opposite cell is more than 13.5% - make actual cell 0

    hi will you attach the sample work sheet for referance

  8. #8
    Registered User
    Join Date
    08-13-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    2010
    Posts
    6

    Re: IF opposite cell is more than 13.5% - make actual cell 0

    Hi Guys,

    Both formulas worked ! The fault was on my side as i didnt wait for the page to refresh.
    To conclude, both formulas answered my question.

    Thank you all !

+ 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: 0
    Last Post: 03-08-2013, 06:34 AM
  2. Replies: 4
    Last Post: 01-15-2013, 06:24 PM
  3. [SOLVED] Macro to copy over cell value rather than actual cell (code included)
    By jayinthe813 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-01-2012, 11:55 AM
  4. Lookup value in a cell based on value in opposite cell
    By Traymond in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-25-2009, 05:34 PM
  5. Cell Copy and Paste to another cell, opposite sign (+/-)
    By excel_man in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-26-2007, 09:41 AM

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