+ Reply to Thread
Results 1 to 8 of 8

How do I get around the maximum nesting functions in Excel 365?

  1. #1
    Registered User
    Join Date
    03-29-2020
    Location
    London, England
    MS-Off Ver
    365
    Posts
    2

    Question How do I get around the maximum nesting functions in Excel 365?

    Hello

    I am a beginner in Excel.

    I want to achieve Step 2 - Weight Loss Score in the attachment.

    How do I get around the maximum nesting functions (64) in Excel 365? (see below)

    By searching on the existing topics on the forum, I understand that there are alternatives, but they are above my head.

    I appreciate if you were able to provide a specific example.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    If needed, I can make available the excel document.


    Thank you for your input and communication.


    Warmest Regards

    George
    Attached Files Attached Files

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

    Re: How do I get around the maximum nesting functions in Excel 365?

    Hi George and welcome to the forum,

    Nested Ifs are normally resolved by using a VLookup() with a True as the 4th argument. The data needs to be sorted from small to large to have it work correctly. I'm not sure I understand your table but let me look for an example. Watch the second example of https://www.bing.com/videos/search?q...CA00&FORM=VIRE
    Last edited by MarvinP; 03-29-2020 at 08:37 PM.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: How do I get around the maximum nesting functions in Excel 365?

    have you thought about setting up a couple tables and using a vlookup and true statement?
    something like =IF(AND(E5>=30,E5<=50),IFERROR(VLOOKUP(G5,L2:M12,2,TRUE),IFERROR(VLOOKUP(G5,O2:P25,2,TRUE),">10%")),"")
    So in L2:M12 I put in your limits for the <5% and in O2:P25 I put in your upper limits for the 5-10% though I would think even these value ranges could be pared down too. A sample might be helpful with what you expect if values are outside of the ranges.
    Just a thought.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Registered User
    Join Date
    01-24-2020
    Location
    Belgium
    MS-Off Ver
    2013
    Posts
    95

    Re: How do I get around the maximum nesting functions in Excel 365?

    What interests me is who wrote this spectacular chunck of formula? And HOW?!

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: How do I get around the maximum nesting functions in Excel 365?

    I would suggest that, instead of uploading a PDF detailing the MUST system, you upload a sample excel workbook, showing what you have - and what you expect.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

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

    Re: How do I get around the maximum nesting functions in Excel 365?

    Hey Dave,

    I agree the workbook would be fun, I'd like to try to find the formula for those curves in his PDF chart. That would remind me of my old college days. If we had formulas for all the lines we could tell which color it was in using formulas instead of some artists sweeping colors across a huge chart. I do think I'd flip his chart to make smaller numbers at the top. That way VLookup() True would work better.

  7. #7
    Registered User
    Join Date
    03-29-2020
    Location
    London, England
    MS-Off Ver
    365
    Posts
    2

    Question Re: How do I get around the maximum nesting functions in Excel 365?

    Hello guys


    Thank you for your warm welcome.


    As requested, please find attached the workbook and refer to P13.


    I look forward to your input and communication.


    Regards, George
    Attached Files Attached Files

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,546

    Re: How do I get around the maximum nesting functions in Excel 365?

    Perhaps this will help.
    The formula is related to a table in DR5:DU25
    The formula, as modeled in DL5:DL8, is:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Help with nesting functions in Excel
    By Chrissi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  2. Help with nesting functions in Excel
    By Biff in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-06-2005, 07:05 AM
  3. Help with nesting functions in Excel
    By Biff in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-06-2005, 06:05 AM
  4. [SOLVED] Help with nesting functions in Excel
    By Biff in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 09-06-2005, 04:05 AM
  5. Help with nesting functions in Excel
    By Chrissi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  6. [SOLVED] Help with nesting functions in Excel
    By Chrissi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  7. Help with nesting functions in Excel
    By Chrissi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  8. [SOLVED] Help with nesting functions in Excel
    By Chrissi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10: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