+ Reply to Thread
Results 1 to 8 of 8

Autosum Help

  1. #1
    Registered User
    Join Date
    07-31-2017
    Location
    Chicago, IL
    MS-Off Ver
    2016
    Posts
    3

    Autosum Help

    I have an sheet where I use a formula (Column C) to determine a calculation based on a value in the adjacent column (Column B). When I autosum Column C, all whole values are left out of the autosum, only those values with decimals are summed. I've attached a short version of the sheet with 10 rows.

    Column A is a manual input of what the formula should generate in Column C...it all matches up.

    Column C does not autosum the same as Column A, even though the values are identical.

    I've tried formatting Column C every way possible, nothing works. The only thing which works is manually typing over the "5" in column C.

    Little help??
    Attached Files Attached Files

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

    Re: Autosum Help

    The whole numbers are all text values - left-aligned in their cells - so will not be included in your autosum.
    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
    Registered User
    Join Date
    07-31-2017
    Location
    Chicago, IL
    MS-Off Ver
    2016
    Posts
    3

    Re: Autosum Help

    Is there a way to fix this in the formula so the numbers populate as integers instead of text?

  4. #4
    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. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,425

    Re: Autosum Help

    I can't see the formulae involved, but you could wrap them in the VALUE function:

    =VALUE(your_formula)

  5. #5
    Registered User
    Join Date
    03-26-2011
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Autosum Help

    You dont need the quotation marks in the formula.

    Try the following in cell C2
    IF(B2<51,5,IF(AND(B2>=51,B2<=100),0.1*B2,IF(AND(B2>100,B2<201),12.5,IF(B2>200,15)))) instead of
    IF(B2<51,"5",IF(AND(B2>=51,B2<=100),0.1*B2,IF(AND(B2>100,B2<201),12.5,IF(B2>200,15))))

    Also be careful the of you summation in C12 its not summing all the cells above

  6. #6
    Forum Expert mike7952's Avatar
    Join Date
    12-17-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007, Excel 2016
    Posts
    3,520

    Re: Autosum Help

    Change your formula. Remove the "5" to 5

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

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

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.

  7. #7
    Registered User
    Join Date
    07-31-2017
    Location
    Chicago, IL
    MS-Off Ver
    2016
    Posts
    3

    Re: Autosum Help

    BAM! That did it. Thanks - I love the British. And dudes from FLA

  8. #8
    Forum Expert mike7952's Avatar
    Join Date
    12-17-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007, Excel 2016
    Posts
    3,520

    Re: Autosum Help

    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. [SOLVED] Autosum?
    By dumbguy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-09-2016, 10:31 PM
  2. [SOLVED] Autosum with VBA
    By drawing.blanks in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-15-2012, 07:45 PM
  3. help with autosum
    By krappleby in forum Excel General
    Replies: 1
    Last Post: 05-28-2011, 09:40 AM
  4. AutoSum Either Or
    By nironto in forum Excel General
    Replies: 1
    Last Post: 09-01-2008, 11:24 AM
  5. [SOLVED] AutoSum
    By Alectrical in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-11-2006, 05:50 PM
  6. Autosum
    By dayaptl in forum Excel General
    Replies: 1
    Last Post: 03-25-2006, 01:00 PM
  7. [SOLVED] Autosum
    By Stuart Perry in forum Excel General
    Replies: 5
    Last Post: 07-19-2005, 04: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