+ Reply to Thread
Results 1 to 4 of 4

Adding the last number in two columns

  1. #1
    Registered User
    Join Date
    03-13-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    5

    Smile Adding the last number in two columns

    I have two columns that have a value that changes each day. For instance Column A could look like this.

    321
    325
    423
    513
    203

    Column B would also have numbers that change in it each day. I would like to add the total of the last number entered. Currently I have my cell that I change every single day to reflect the new total of the columns. =SUM(D34+I34)

    Is there a way to get that to update automatically?
    Last edited by adam73647; 03-13-2013 at 03:21 PM. Reason: solved

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

    Re: Adding the last number in two columns

    Try this formula

    =LOOKUP(9.9E+307,D:D)+LOOKUP(9.9E+307,I:I)
    Audere est facere

  3. #3
    Registered User
    Join Date
    03-13-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Adding the last number in two columns

    Solved. Thanks!

    :bowdown:

    Care to explain what that means?

    I get the D:D and the + I:I part. I don't know what the 9.9E+307 part of the formula is though, or how it knows the last entered value in that column.
    Last edited by adam73647; 03-13-2013 at 03:25 PM.

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

    Re: Adding the last number in two columns

    9.9E+307 is a very large number - (almost) the largest that excel allows (9.9 with 307 zeroes). When you use "Bignum" as a lookup value that number isn't found so the number returned is always the last number in the range

+ 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