+ Reply to Thread
Results 1 to 5 of 5

Why doesn't Excel do this simple task??

  1. #1
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Why doesn't Excel do this simple task??

    A simple table of numbers ... I want to SUM the values by row1, row2, ..., row5.

    I want to list the results in cells A8, B8, ...., E8.

    Enter the SUM formula in A8, B8 and C8 ... then drag. Excel provides WRONG FORMULAS in D8 and E8. I also tried using absolute, no help.

    Can somebody please explain why Excel will not fill in this formula correctly? It seems as basic as it can get, but ....


    EXAMPLE - WORKBOOK.xlsx

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,292

    Re: Why doesn't Excel do this simple task??

    =SUM(INDIRECT("A"&COLUMN()&":H"&COLUMN()))
    Try this one
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Why doesn't Excel do this simple task??

    You need to drag the formula down, not right, if you want the references to adjust down.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Why doesn't Excel do this simple task??

    Try

    =SUM(OFFSET($A1:$X1,COLUMNS($A:A)-1,0))

  5. #5
    Forum Contributor
    Join Date
    11-01-2013
    Location
    Atlanta, GA USA
    MS-Off Ver
    Excel 2010
    Posts
    115

    Re: Why doesn't Excel do this simple task??

    You all are so helpful. Thank you for the fantastic advice!! Much appreciated!!!

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Why doesn't Excel do this simple task??

    You're welcome.

+ 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. Running Excel from task scheduler. Scheduler doesn't end
    By tony h in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-31-2013, 09:49 PM
  2. Help needed in a simple task
    By vmantrana in forum Excel General
    Replies: 3
    Last Post: 04-17-2006, 08:00 PM
  3. Question about Simple task
    By aksama in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 01-01-2006, 11:45 PM
  4. well it seemed a simple task
    By bigtounge1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-04-2005, 03:33 PM
  5. Simple Task, but need help
    By alexm999 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-05-2005, 02:56 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