+ Reply to Thread
Results 1 to 4 of 4

adding up a column from another sheet

  1. #1
    Registered User
    Join Date
    04-15-2010
    Location
    washington
    MS-Off Ver
    Excel 2007
    Posts
    1

    adding up a column from another sheet

    Hi all, I apologize if this has been posted before but I'm just looking for a quick answer. I'm trying to build a spreadsheet for my photography business with all my revenues and expenses and so on. Anyways I have one sheet made with payments and client info and on another sheet I have my financial expenses and revenues. I'm trying to add, for example, the entire G column so that when I post new client info into the spreadsheet, it will automatically update in my financial sheet. When I try to click on the G, it selects the all of the cells that have info in them. Any help would be greatly appreciated, thanks!

  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187

    re: adding up a column from another sheet

    The total of column G on sheet Income is =sum(Income!G:G)


    click on the * Add Reputation if this was useful or entertaining.

  3. #3
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    re: adding up a column from another sheet

    It is generally not efficient to reference an entire column of cells, thus it is best not to use G:G.

    since you are using Excel 2007, you should consider converting the client info/payments sheet into a table. There are benefits to this approach: Excel automatically carries all formatting forward to new entries and you can reference the table header in a simple, easy to understand formula, such as:

    =SUM(Table1[Payment])

    Where "Table1" is the name of the table you created and "Payment" is the column in the table who values you want to sum.

    To convert the existing data into a Table, select all of the cells, then on the Insert tab (ribbon menu) click on Table.


    Two other options to consider:
    Create a dynamic named range for the column of values and use this named range in the sum formula. The dynamic named range automaticallty exands to include new rows of data. Such a formula might look like:

    =Sum(Payments)

    Where "Payments" is the name given to the dynamic named range of values.

    Or use a Pivot Table based on a dynamic named range.

    See attached example for Table and summing dynamic named range.
    Attached Files Attached Files
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    re: adding up a column from another sheet

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    Edited this time
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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