+ Reply to Thread
Results 1 to 6 of 6

IFERROR problem

  1. #1
    Forum Contributor
    Join Date
    07-18-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    123

    IFERROR problem

    I have =IFERROR(U281<0,0, IF(U281>0,U275-U280))

    Problem is uf U275 and/or 280 is blank, the IF(U281>0,U275-U280)) returns false and not dash.

    Cell for this formula is U282 fyi.

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

    Re: IFERROR problem

    how about
    =IFERROR(IF(U281<0,0,IF(U281>0,U275-U280,"-")),"-")
    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

  3. #3
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: IFERROR problem

    try

    =IFERROR(IF(U281<0,0,IF(U281>0,U275-U280,0)),0)
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: IFERROR problem

    This?
    Please Login or Register  to view this content.
    -If the problem is solved, please mark your thread as Solved: Click Thread Tools above your first post, select "Mark your thread as Solved".

    -Always upload a workbook before start your question
    To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.

    +++ If my answer(s) helped you, please add me reputation by click on * +++

  5. #5
    Forum Contributor
    Join Date
    07-18-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    123

    ATTACHED Re: IFERROR problem

    You guys are awesome, please check out this spreadsheet, this is what I am having problems with, it explains everything there.
    Attached Files Attached Files

  6. #6
    Forum Contributor rajeshturaha's Avatar
    Join Date
    08-22-2012
    Location
    Assam, India
    MS-Off Ver
    Excel 2003, 2007
    Posts
    236

    Re: IFERROR problem

    A slight correction in your formula.
    For col. e try this
    IF(OR(VALUE($E13)=0,VALUE(E17)=0),0,IF(15>=$E13*E17, 15, IF(15<=$E13*E17,$E13*E17,IF(15>=E17,E17+E18))))

    And for Col g
    =MAX(15,IF($C$2="NO STACK/SNOWBALL",G101-(G106)))
    Rgd
    RT
    If my answer(s) helped you, please add me reputation by click on *

+ 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. xlfn.IFERROR or IFERROR don't work in Excel 98-2003
    By dj_danu01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2013, 02:53 AM
  2. VLOOKUP ? IFERROR ? CHOOSE ? Problem
    By yesitskez in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 05-29-2013, 11:09 AM
  3. [SOLVED] IFERROR problem
    By wdan57 in forum Excel General
    Replies: 2
    Last Post: 05-24-2013, 11:45 AM
  4. [SOLVED] Max/Min IfError Problem
    By Montoro22 in forum Excel General
    Replies: 10
    Last Post: 08-07-2012, 02:33 PM
  5. Syntax Iferror Problem
    By benno87 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-01-2009, 12:09 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