+ Reply to Thread
Results 1 to 14 of 14

nested if formula question

Hybrid View

  1. #1
    Registered User
    Join Date
    08-18-2013
    Location
    belleville il
    MS-Off Ver
    Office 365/Excel 2013
    Posts
    18

    nested if formula question

    According to bits ive found excel only supports up to seven conditions. Is there a means to check up to 12 conditions? Thanks.

  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. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,693

    Re: nested if formula question

    Consider using a lookup table instead.

    In more recent versions of Excel you can use up to 64 nested IFs, I think.
    Last edited by AliGW; 04-21-2014 at 10:45 AM.
    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
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: nested if formula question

    In Excel 2003 and earlier, it only supported 7 IF's. However, there are usually better ways to set up a worksheet than with 15 IF statements. (maybe a VLOOKUP, or INDEX/MATCH Formula). If you upload an example showing what you are trying to do, we might be able to get you a simplier way of doing it (Go Advanced>Manage Attachments)
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: nested if formula question

    1, excel 2007 and later support about 64 nestings
    2,its usually easier to make a table and use a vlookup or lookup or index match

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Registered User
    Join Date
    08-18-2013
    Location
    belleville il
    MS-Off Ver
    Office 365/Excel 2013
    Posts
    18
    That being said, the vector value can equal a formula, correct?

  6. #6
    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. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,693

    Re: nested if formula question

    Quote Originally Posted by indiana115 View Post
    That being said, the vector value can equal a formula, correct?
    A small lookup array can be nested within a formula, but I would use a lookup table for any amount of data.

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: nested if formula question

    Quote Originally Posted by indiana115 View Post
    That being said, the vector value can equal a formula, correct?
    Yes. _____
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  8. #8
    Registered User
    Join Date
    08-18-2013
    Location
    belleville il
    MS-Off Ver
    Office 365/Excel 2013
    Posts
    18
    Whats going on is i have a sliding points scale if there are less than sixteen players. Im trying to find the easiest way for it to adjust the points formula to lookup the proper percentage. Formula being d2*50*required percentage based on player count

  9. #9
    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. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,693

    Re: nested if formula question

    Can you give a worked example?

  10. #10
    Registered User
    Join Date
    08-18-2013
    Location
    belleville il
    MS-Off Ver
    Office 365/Excel 2013
    Posts
    18
    Basically 1st place has 12 potential percentages to run the formula 2nd has 10 potential percentages and so on down to the tenth place person having 4 potentials. 11th-16th equal tenth place points

  11. #11
    Registered User
    Join Date
    08-18-2013
    Location
    belleville il
    MS-Off Ver
    Office 365/Excel 2013
    Posts
    18
    If theres 16 or more players 1st. Place formula is d2(player count)*50(points in the pool per player)*.2(percentage of points awarded. If there is less than 16 players the percentage of points awarded changes for the first through tenth positions. Say the player count is 13. Percenatage awarded to first jumps to .23

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

    Re: nested if formula question

    @indiana115

    Maybe I can't help you with your question.

    Since your new on the forum I suppose you don't know all "rules".

    But you get better help if you follow the advice of the forummembers.

    You want help, so help the forummembers.

    So => please add the excel-file, without confidential information, according to the questions of the forummembers.
    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.

  13. #13
    Registered User
    Join Date
    08-18-2013
    Location
    belleville il
    MS-Off Ver
    Office 365/Excel 2013
    Posts
    18
    Lookup table worked wonderfully. Thank you

  14. #14
    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. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,693

    Re: nested if formula question

    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. Replies: 2
    Last Post: 10-08-2009, 09:51 PM
  2. [SOLVED] Formula Question:create a nested If statement
    By metaltecks in forum Excel General
    Replies: 1
    Last Post: 05-04-2006, 01:00 PM
  3. Easy Nested IF formula question, please help
    By Seanzie in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-31-2006, 05:36 AM
  4. Replies: 6
    Last Post: 11-10-2005, 01:15 PM
  5. [SOLVED] large formula question - Max nested functions
    By PCLIVE in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-17-2005, 12:05 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