+ Reply to Thread
Results 1 to 5 of 5

Multiple IF's formula

  1. #1
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Manchester
    MS-Off Ver
    Excel 2010
    Posts
    200

    Multiple IF's formula

    Hi

    please could someone help with this formula, driving me nuts!


    i have 3 cellls

    B8, B13, B18

    the formula is to go in b18


    If b8 is 001 and b13 is 002, then b18 is 003

    if b8 is blank and b13 is 001, then b18 should be 002

    if b8 is 001 and b13 is blank then b18 should be 002

    if b8 is blank and b13 is blank then b18 should be 001

    many thanks in advance!!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,750

    Re: Multiple IF's formula

    If b8 is 001 and b13 is 002, then b18 is 003
    if b8 is blank and b13 is 001, then b18 should be 002
    if b8 is 001 and b13 is blank then b18 should be 002
    if b8 is blank and b13 is blank then b18 should be 001
    =IF( AND( B8="001", B13="002") , "003", IF( OR( AND( B8="",B13="001"), AND( B8="001", B13="")) , "002", IF( AND( B8="", B13=""), "001", "criteria for B8 and B13 not Met")))
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Manchester
    MS-Off Ver
    Excel 2010
    Posts
    200

    Re: Multiple IF's formula

    cheers!!!!!!!!!!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,750

    Re: Multiple IF's formula

    your welcome, post back if any further issues

  5. #5
    Forum Contributor
    Join Date
    12-30-2012
    Location
    Israel
    MS-Off Ver
    2007, 2016
    Posts
    642

    Re: Multiple IF's formula

    Hi Papa. I'd like to suggest you the vba version (click the button in the sheet itself) .
    Attached Files Attached Files
    Please * if you like the answer

+ 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. Replies: 12
    Last Post: 02-10-2014, 11:59 AM
  2. Excel 2007 : Index, Match, Large Formula: Multiple Criteria, Multiple Ranges
    By SimpleJack in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 08:54 AM
  3. [SOLVED] Syntax for formula that uses multiple conditions inside of multiple IF statements
    By njmiller31 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2013, 11:55 AM
  4. Formula Publishing Multiple Entries Originating From Multiple Criteria
    By warrior2411 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-18-2013, 05:07 PM
  5. Replies: 0
    Last Post: 11-08-2012, 01:07 PM

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