+ Reply to Thread
Results 1 to 4 of 4

Combination of IF and ISERROR problem

  1. #1
    Registered User
    Join Date
    02-08-2009
    Location
    pasig
    MS-Off Ver
    Excel 2003
    Posts
    4

    Combination of IF and ISERROR problem

    Hi,

    I need to create a formula that will check a specific character in a column and return a value and if there is none it will try to check another column for a different sets of conditions.

    Here is the sample formula that I have done so far it returns the values and false.

    A - That has a % in the cell will return "Discounted Term"
    B - Other.

    =IF(ISERR(SEARCH("%",M2324)),IF(N2324=0,"Pay on Receipt",IF(N2324<=30,"1 to 30 Days",IF(N2324<=49,"31 to 49 Days",IF(N2324<=79,"50 to 79 Days",IF(N2324<=90,"80 to 90 Days",IF(N2324>90,"91+ Days","Discounted Term")))))))
    Attached Files Attached Files
    Last edited by cool_freeze; 02-08-2009 at 10:28 PM. Reason: Changed title

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Formula Help

    See below

    Please Login or Register  to view this content.
    If you wanted to persist with the multi embedded approach (not advised) you would need to use:

    Please Login or Register  to view this content.
    Last edited by DonkeyOte; 02-08-2009 at 11:17 AM.

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Formula Help

    Cool Freeze:Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    02-08-2009
    Location
    pasig
    MS-Off Ver
    Excel 2003
    Posts
    4

    Smile Re: Combination of IF and ISERROR problem

    DonkeyOte

    Thank you very much for the help.
    It worked perfectly....
    I'll definitely use the first option for the second one is a bit complicated.


+ 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