+ Reply to Thread
Results 1 to 8 of 8

Can anyone help me to simplify this please? It says there are too many arguments

  1. #1
    Registered User
    Join Date
    08-06-2015
    Location
    Manchester, England
    MS-Off Ver
    2013
    Posts
    2

    Can anyone help me to simplify this please? It says there are too many arguments

    =if(average(C4:C23)>=1.5, AND(D4<=0.1), (SUM(C4:C23)*3.75), IF(average(C4:C23)>=1.5, AND(0.1<D4<=0.2), (SUM(C4:C23)*7.5), IF(average(C4:C23)>=1.5, AND(0.3<D4<=0.4), (SUM(C4:C23)*18.75), IF(average(C4:C23)>=1.5, AND(0.4<D4), (SUM(C4:C23)*22.5), IF(average(C4:C23)>=1.5, AND(0.2<D4<=0.3), (SUM(C4:C23)*15), 0)))))

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

    Re: Can anyone help me to simplify this please? It says there are too many arguments

    just offhand I would say try moving the and here =if(average(C4:C23)>=1.5, AND(D4<=0.1) to here =if(AND(average(C4:C23)>=1.5,(D4<=0.1), might want to try likewise with the rest of them too.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: Can anyone help me to simplify this please? It says there are too many arguments

    You're structure is wrong, it wants to be:
    Please Login or Register  to view this content.
    Not
    Please Login or Register  to view this content.

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,799

    Re: Can anyone help me to simplify this please? It says there are too many arguments

    I'm confused by your formula. Please explain in simple english what you wish to achieve.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  5. #5
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: Can anyone help me to simplify this please? It says there are too many arguments

    So am I, I think your last criteria is wrong, I think you want:
    Please Login or Register  to view this content.

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: Can anyone help me to simplify this please? It says there are too many arguments

    =if(average(c4:c23)>=1.5,if(d4<=0.1,3.75,if(d4<=0.2,7.5,if(d4<=0.3,15,if(d4<=0.4,18.75,22.5)))),0)*sum(c4:c23)
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  7. #7
    Registered User
    Join Date
    08-06-2015
    Location
    Manchester, England
    MS-Off Ver
    2013
    Posts
    2

    Re: Can anyone help me to simplify this please? It says there are too many arguments

    Thanks guys got it working now

  8. #8
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,799

    Re: Can anyone help me to simplify this please? It says there are too many arguments

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. formula simplify
    By hitzexcel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-26-2011, 10:20 AM
  2. Simplify macro
    By iamasimpleman in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-29-2011, 07:01 AM
  3. Too Many If's - Help to simplify
    By batman1056 in forum Excel General
    Replies: 8
    Last Post: 12-07-2010, 12:19 PM
  4. possible to simplify?
    By xLiquidFlames in forum Excel General
    Replies: 1
    Last Post: 02-23-2009, 03:29 AM
  5. Simplify and add to IF
    By Mark K in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-24-2006, 06:13 AM
  6. Simplify
    By ccl28 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-15-2006, 05:50 AM
  7. [SOLVED] A way to simplify this please
    By Larry Empey in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-30-2006, 08:10 PM
  8. [SOLVED] Simplify my life with if...
    By Rosie in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2005, 07: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