+ Reply to Thread
Results 1 to 6 of 6

Multiple TRUE Values for one IF

  1. #1
    Registered User
    Join Date
    11-23-2019
    Location
    Netherlands
    MS-Off Ver
    Office 2013
    Posts
    3

    Post Multiple TRUE Values for one IF

    Hello All,

    I have this formula :

    Please Login or Register  to view this content.
    But I want to add also "05" as value for "Fast", so values for "Fast" will become "00" and "05".

    Could you please give some assist ?


    Best regards

  2. #2
    Valued Forum Contributor
    Join Date
    06-02-2012
    Location
    London, England
    MS-Off Ver
    365
    Posts
    397

    Re: Multiple TRUE Values for one IF

    Maybe this?

    =IF(F3="";"";IF(OR(MID(F3;1;2)="00";MID(F3;1;2)="05");"Fast";"Slow"))

    Beth

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Multiple TRUE Values for one IF

    How about
    =IF(F3="";"";IF(or(MID(F3;1;2)={"00";"05"});"Fast";"Slow"))

  4. #4
    Registered User
    Join Date
    11-23-2019
    Location
    Netherlands
    MS-Off Ver
    Office 2013
    Posts
    3

    Re: Multiple TRUE Values for one IF

    Thanks Beth,

    I was facing the issue because of usage =IF(F3="";"";IF(OR(MID(F3;1;2)="00",MID(F3;1;2)="05");"Fast";"Slow"))

    Thanks for the assistance ! Works like a charm !

    Best regards,

  5. #5
    Registered User
    Join Date
    11-23-2019
    Location
    Netherlands
    MS-Off Ver
    Office 2013
    Posts
    3

    Re: Multiple TRUE Values for one IF

    Thanks fluff.

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Multiple TRUE Values for one IF

    You're welcome & thanks for the feedback

+ 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] Counting multiple columns with multiple mixed true/false values
    By Pr0 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-22-2019, 02:02 PM
  2. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  3. IF function for multiple true values
    By allan223 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-13-2013, 02:32 AM
  4. Replies: 4
    Last Post: 01-08-2013, 09:04 AM
  5. Multiple TRUE Values for one IF formula?
    By TheMuffin in forum Excel General
    Replies: 4
    Last Post: 08-22-2008, 02:19 PM
  6. if multiple values same/others different, return true
    By Jshendel in forum Excel General
    Replies: 7
    Last Post: 08-21-2006, 01:15 PM
  7. Multiple If True Values?
    By Lee in forum Excel General
    Replies: 8
    Last Post: 02-09-2005, 08:06 AM

Tags for this Thread

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