+ Reply to Thread
Results 1 to 6 of 6

Using IF(OR) for three outcomes

  1. #1
    Registered User
    Join Date
    02-19-2021
    Location
    Wicklow
    MS-Off Ver
    O365
    Posts
    49

    Using IF(OR) for three outcomes

    I want to add a third option to a formula to acknowledge a different outcome. I have three outcomes to cell Q32

    If no time is recorded in cells N32, O32 or P32, then Q32 refers to X32
    If 11:00 is recorded in cells N32, O32 or P32, then Q32 refers to W32
    If 5:30 is recorded in cells N32, O32 or P32, then Q32 refers to Y32

    Any help much appreciated
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Using IF(OR) for three outcomes

    Add a few rows with various secnarios for testing, please.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    02-19-2021
    Location
    Wicklow
    MS-Off Ver
    O365
    Posts
    49

    Re: Using IF(OR) for three outcomes

    Hi Ali

    extra line for testing added

    Siobhan
    Attached Files Attached Files

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Using IF(OR) for three outcomes

    Try:

    =IF(AND(N32="",O32="",P32=""),X32,IF(OR(N32=11/24,O32=11/24,P32=11/24),W32,Y32))

    (using original file)
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Registered User
    Join Date
    02-19-2021
    Location
    Wicklow
    MS-Off Ver
    O365
    Posts
    49

    Re: Using IF(OR) for three outcomes

    Hi Glenn

    great solution! Thank you very much

    Siobhan

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Using IF(OR) for three outcomes

    Ta failte romhat (fada omittted, 'cos the forum messes them up and replaces them with squiggles).

    You're welcome!

+ 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. Possible Outcomes
    By IntaX in forum Excel General
    Replies: 20
    Last Post: 11-28-2022, 03:40 PM
  2. [SOLVED] IF AND with 3 outcomes
    By RoundaboutCJP in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-09-2018, 10:05 AM
  3. IF Statement with 5 outcomes
    By MikeyGriz in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-28-2018, 04:33 PM
  4. [SOLVED] IF Function with 3 outcomes
    By McCaughley7 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-07-2016, 03:37 AM
  5. All possible Outcomes for C to WIN overall ?
    By Rahzelsmh in forum Excel General
    Replies: 0
    Last Post: 04-06-2016, 11:13 AM
  6. Too many IFs, two criteria, and nine possible outcomes
    By fbrb99 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-10-2011, 09:50 AM
  7. 256 possible outcomes
    By MarkN in forum Excel General
    Replies: 8
    Last Post: 06-28-2006, 03:40 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