+ Reply to Thread
Results 1 to 7 of 7

Multiple "If" Functions In One Cell

Hybrid View

  1. #1
    Registered User
    Join Date
    09-05-2020
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    2

    Exclamation Multiple "If" Functions In One Cell

    Hello folks. I am looking to add two-three "IF" functions into one cell. My current formula is =IF(C9<8.1,1,2) I am attempting to enter a value of 1 if less than 8.1 a value of 2 if less than 16.1 and a value of 3 if less than 24.1

    Any help would be appreciated

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,175

    Re: Multiple "If" Functions In One Cell

    Try this:

    =IF(C9<8.1,1,IF(C9<16.1,2,IF(C9<24.1,3,4)))

  3. #3
    Registered User
    Join Date
    09-05-2020
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    2

    Talking Re: Multiple "If" Functions In One Cell

    Phuocam, Thank You! This formula worked! You are a life saver :-) well time saver at least. Again thank you!

  4. #4
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Multiple "If" Functions In One Cell

    Here is another one to try;

    =IFS(C9<8.1,1,C9<16.1,2,C9<24.1,3)

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Multiple "If" Functions In One Cell

    or make a table of the criteria.

    after that you can use Vlookup to find the result.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  6. #6
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Multiple "If" Functions In One Cell

    Glad I could help.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  7. #7
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Multiple "If" Functions In One Cell

    =INT((c9-0.1)/8)+1

+ 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 layered "IF" functions or better use of "SMALL"/"LARGEST" funtion.
    By DexterStagg in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-12-2020, 09:14 AM
  2. [SOLVED] Help on "IF", "FIND", "SUBSTITUTE", & "LEFT/RIGHT" FUNCTIONS
    By pooja135 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-20-2018, 03:56 PM
  3. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  4. [SOLVED] Multiple functions within one cell not sure "if" will work
    By Triscia in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-20-2012, 02:49 PM
  5. If ("Q") = "Text" then multiple functions help (2007)
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-11-2012, 01:52 PM
  6. Replies: 5
    Last Post: 06-26-2006, 09:23 PM
  7. Replies: 4
    Last Post: 06-09-2005, 07:05 PM

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