+ Reply to Thread
Results 1 to 6 of 6

Need help with a multiple IF statement please

  1. #1
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Need help with a multiple IF statement please

    Could someone please look at our multiple IF statement to see why it isn't working properly?

    I've attached a file that has the statement in Column-A of the "RE RO RL CREDIT CARDS" worksheet.

    Thank you for the help!
    Attached Files Attached Files

  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: Need help with a multiple IF statement please

    maybe

    =IF(OR('ALL CREDIT CARDS'!A3={"R/E","R/O","R/L"}),'ALL CREDIT CARDS'!A3,"")

    how about

    RE,RO and Rl only without the / ?


    you can also use

    =IF(ISERROR(SEARCH("R",'ALL CREDIT CARDS'!A3)),"",'ALL CREDIT CARDS'!A3)
    Last edited by vlady; 01-20-2014 at 09:29 PM.
    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 Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Need help with a multiple IF statement please

    That's the ticket ... it works great! Thank you for the help. We were getting nowhere!!

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

    Re: Need help with a multiple IF statement please

    Nice to hear that.

    Regards,
    Vladimir

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Need help with a multiple IF statement please

    The formula as written has only the TRUE parts of the IF statement without any FALSE parts except at the end. In addition, the values being looked up on the All Credit Cards worksheet don't match the values in the formula.

    Try this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    A much shorter version is:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by newdoverman; 01-20-2014 at 09:55 PM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  6. #6
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: Need help with a multiple IF statement please

    You have a "/" in the if stmt, but don't have it in the cells.
    Attached Files Attached Files

+ 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. [SOLVED] Multiple If Statement
    By timbo1957 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-12-2013, 07:37 AM
  2. [SOLVED] If statement that will look among multiple criteria and generate a statement
    By liz5818 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-01-2013, 04:12 PM
  3. [SOLVED] Multiple If Statement
    By timbo1957 in forum Excel General
    Replies: 2
    Last Post: 02-28-2012, 11:58 AM
  4. Multiple if statement
    By superspurs in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-15-2010, 09:35 AM
  5. IF statement using multiple variables to give multiple outcomes
    By stujordan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-06-2009, 06:46 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