+ Reply to Thread
Results 1 to 11 of 11

Multiple IF’s with ISERROR

Hybrid View

  1. #1
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Multiple IF’s with ISERROR

    From zbor's last formula, correcting IF statement structure.

    =IF(O12="","",IF(O12*0.1<S12,"Warning 10% or less Cover Remains!",IF(O12*0.2<S12,"Warning 20% or less Cover Remains!","")))
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  2. #2
    Forum Contributor
    Join Date
    02-09-2004
    Location
    Cardiff - Wales - UK
    MS-Off Ver
    2013
    Posts
    475

    Question Re: Multiple IF’s with ISERROR

    Zbor & ConneXionLost

    Many thanks for your reply and suggestions it is very much appreciated. After some reflection, I released my logic was wrong and I amended my formuas in ConneXionLost code to :-

    =IF(O12="","",IF(S12<O12*0.1,"Warning 10% or less Cover Remains!",IF(S12<O12*0.2,"Warning 20% or less Cover Remains!","")))

    and it worked as required.

    Many thanks again both

    Best regards

    Rob
    Rob

+ 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