+ Reply to Thread
Results 1 to 7 of 7

This calculation looks normal

  1. #1
    Registered User
    Join Date
    06-13-2013
    Location
    York
    MS-Off Ver
    Excel 2003
    Posts
    24

    This calculation looks normal

    This looks like a proper calculation but excel dosn't like it

    =SUM((G5:G21)/17)

    TIA

    Desmond.

  2. #2
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: This calculation looks normal

    Try
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: This calculation looks normal

    Removed by SA
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: This calculation looks normal

    Quote Originally Posted by otuatail View Post
    =SUM((G5:G21)/17)
    It's a valid formula but because you are dividing by 17 before summing you are feeding an "array" to the SUM function and therefore the formula is an array formula and requires CTRL+SHIFT+ENTER

    Of course it's better to do it the way kev suggests because that gets the same result without array entry (and kev's version could cope with text in the range whereas yours can't)
    Audere est facere

  5. #5
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: This calculation looks normal

    @daddylonglegs That's a clear and very useful explanation

  6. #6
    Registered User
    Join Date
    06-13-2013
    Location
    York
    MS-Off Ver
    Excel 2003
    Posts
    24

    Re: This calculation looks normal

    Ok thanks. Could this be expanded and maybe a macro of sun kind

    What I would like to do is sum a range of values and divide by the value in another cell. This value would require subtracting one from the cell value

    i.e.
    =SUM((G5:G21)/17)

    cell U30 has the value of 18 so it would be U30-1

    What I did was use a separate cell to add the values up and then do the calculation on that cell in to another cell. This looks very messy.

  7. #7
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: This calculation looks normal

    You can do that like this

    =SUM(G5:G21)/(U30-1)

    That's doing the sum of G5:G21 first then dividing that total by U30-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. Replies: 14
    Last Post: 11-19-2019, 09:17 AM
  2. [SOLVED] Project(Normal) vs TemplateProject(Normal)
    By jomili in forum Word Programming / VBA / Macros
    Replies: 2
    Last Post: 06-14-2017, 09:16 AM
  3. ways to determine a normal or log normal distribution in excel
    By aprildu in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-29-2016, 06:32 PM
  4. Normal working hours calculation by day
    By harignz in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-26-2015, 12:32 AM
  5. Replies: 9
    Last Post: 07-24-2015, 03:40 PM
  6. Normal calculation, but only if numbers are present!
    By srwafu in forum Excel General
    Replies: 2
    Last Post: 09-20-2011, 03:27 AM
  7. Replies: 5
    Last Post: 01-31-2011, 12:21 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