+ Reply to Thread
Results 1 to 3 of 3

Trying to have one cell with multiple "if" formulas

  1. #1
    Registered User
    Join Date
    02-13-2020
    Location
    Murfreesboro, Tennessee, USA
    MS-Off Ver
    MS Office
    Posts
    1

    Trying to have one cell with multiple "if" formulas

    I need help writing a formula for cell G12 that has different "If" statements that modify what is populated into G12
    The table below shows the different values that I want to populate into cell G12 depending on the value of cell G7

    Sales Multipliers
    0% -0.51% OR FURTHER BELOW TARGET
    0.40% -0.01% TO -0.50% BELOW TARGET
    0.60% AT TARGET TO .49% GREATER THAN TARGET
    0.80% .50% TO .99% GREATER THAN TARGET
    1.00% 1.00% TO 1.50% GREATER THAN TARGET

    I want G12 to = 0% if the value of G7 is <-0.51%
    I want G12 to = 0.40% if the value of G7 is <-1.00%
    I want G12 to = 0.60% if the value of G7 is <0.50% but greater than 0.00%
    I want G12 to = 0.80% if the value of G7 is <1.00% but greater than 0.51%
    I want G12 to = 1.00% if the value of G7 is >=1.00%

    Thank you for your help!

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Trying to have one cell with multiple "if" formulas

    Hi trident and welcome to the forum,

    These type of problems can be easier if you use a VLookup formula with a TRUE as the 4th argument.

    Watch: https://www.youtube.com/watch?v=tqwMuO8QP28

    The second example is closer to what you need to learn.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    05-13-2010
    Location
    Kozhikode, Keral, India
    MS-Off Ver
    Microsoft Office home and student 2019
    Posts
    49

    Re: Trying to have one cell with multiple "if" formulas

    Trident,
    This formula should give you the result.
    =IF(D38<1,IF(D38<0.5,IF(D38<0,IF(D38<-1,0.4,0),0.6),0.8),1)
    however your question is silent on -0.5 to 0, hence this formula will give 0 for such values
    Best Regards
    Chandrajit

+ 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: 5
    Last Post: 02-05-2019, 12:03 AM
  2. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  3. Replies: 1
    Last Post: 11-04-2015, 04:34 AM
  4. [SOLVED] Formula Needed to fill multiple cells with "No" when the word "No" is entered into a cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-09-2013, 05:36 PM
  5. Replies: 2
    Last Post: 06-06-2013, 12:45 PM
  6. Multiple "IF" formulas in one cell
    By johnhe in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-01-2013, 07:03 AM
  7. Change "Parent" cell based on results of multiple "Children" cells
    By ccowman in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-14-2012, 02:33 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