+ Reply to Thread
Results 1 to 4 of 4

#DIV/0 IFERROR formula

  1. #1
    Forum Contributor
    Join Date
    08-09-2006
    Posts
    147

    #DIV/0 IFERROR formula

    I have this formula that I am trying to put an iferror on and it's not working. I did not make this formual one of the engineers did, so I'm not sure why my iferror is not working. Any suggestions.

    Please Login or Register  to view this content.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: #DIV/0 IFERROR formula

    Like this?

    =IFERROR((1+0.31*BF170^2^5),"")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: #DIV/0 IFERROR formula

    IFERROR only works in Excel2007 or later and would be written as:

    =IFERROR((1+0.31*BF170^2)^0.5,"")

    if you have another version try:

    =IF(ISERROR((1+0.31*BF170^2)^0.5),"",(1+0.31*BF170^2)^0.5)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Forum Contributor
    Join Date
    08-09-2006
    Posts
    147

    Re: #DIV/0 IFERROR formula

    Thank you so much. I have no idea what I did wrong, but it is working. Thank you.

+ 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