+ Reply to Thread
Results 1 to 3 of 3

Autosum row

  1. #1
    Registered User
    Join Date
    03-28-2007
    Posts
    1

    Autosum row

    I am writing a excel document containing large amounts of data. Excel is currently giving me a hard time with automaticly sum the cells in each row. For exampel:

    A B C D E F
    1 2 3 4 5 15

    I want column F to always autosum column A - E, without having to press autosum for each row. Summing several rows at a time doesn't work either as I have to check that the sum after each row is correct as I enter them.

    Thanks in advance

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by drdoom
    I am writing a excel document containing large amounts of data. Excel is currently giving me a hard time with automaticly sum the cells in each row. For exampel:

    A B C D E F
    1 2 3 4 5 15

    I want column F to always autosum column A - E, without having to press autosum for each row. Summing several rows at a time doesn't work either as I have to check that the sum after each row is correct as I enter them.

    Thanks in advance
    try simply following formula in column F

    =SUM(A1:E1)

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Just to add you can use the fill handle to drag the formula down lots of rows

    http://www.mvps.org/dmcritchie/excel/fillhand.htm

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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