+ Reply to Thread
Results 1 to 3 of 3

Formula Help...

  1. #1
    Registered User
    Join Date
    02-10-2006
    Posts
    2

    Talking Formula Help...

    Here is my scenario...

    I have a spreadsheet that I am tracking data in monthly, for each month I am comparing the data to the previous years data for the same timeframe. For example for the month of February I have Feb 1 - Feb 29 down in one column expanding down 29 rows (obviously). Heres the catch, obviously the data from the previous year is already filled in for all 29 days in February and they all AutoSum at the bottom of the column giving me the total of the data for the month of February. I am inputing new data everyday for the current month of February for this year, which I am also having autosum at the bottom of the column. The problem comes in when I am wanting to just compare the data "to date" in both the current year, and the previous year columns. I am wondering if there is a way when I add the new data to the current year for it to ONLY add to the same data in the other column for the previous year w/o having to change the formula on every column. Doing so I would like it to automatically add up like previously stated everytime I add new data to the current monthly data... Any help or suggestions are greatly appreciated! Thanks in advance!!!

    Nick P

  2. #2
    bpeltzer
    Guest

    RE: Formula Help...

    I'd combine OFFSET and COUNT... Count will tell you how many days you've got
    fill in for the currrent month, and offset can use that to look at the
    correct number of days from last year.
    The formula would be something like
    =sum(offset($A$2,0,0,count($b$2:$b$32),1), assuming last year's data is in A
    and the current year is in B, with data for both beginning in row 2.
    --Bruce

    "nparrott" wrote:

    >
    > Here is my scenario...
    >
    > I have a spreadsheet that I am tracking data in monthly, for each month
    > I am comparing the data to the previous years data for the same
    > timeframe. For example for the month of February I have Feb 1 - Feb 29
    > down in one column expanding down 29 rows (obviously). Heres the catch,
    > obviously the data from the previous year is already filled in for all
    > 29 days in February and they all AutoSum at the bottom of the column
    > giving me the total of the data for the month of February. I am
    > inputing new data everyday for the current month of February for this
    > year, which I am also having autosum at the bottom of the column. The
    > problem comes in when I am wanting to just compare the data "to date"
    > in both the current year, and the previous year columns. I am
    > wondering if there is a way when I add the new data to the current year
    > for it to ONLY add to the same data in the other column for the previous
    > year w/o having to change the formula on every column. Doing so I would
    > like it to automatically add up like previously stated everytime I add
    > new data to the current monthly data... Any help or suggestions are
    > greatly appreciated! Thanks in advance!!!
    >
    > Nick P
    >
    >
    > --
    > nparrott
    > ------------------------------------------------------------------------
    > nparrott's Profile: http://www.excelforum.com/member.php...o&userid=31412
    > View this thread: http://www.excelforum.com/showthread...hreadid=511063
    >
    >


  3. #3
    Registered User
    Join Date
    02-10-2006
    Posts
    2
    ok i will give it a try... I will let you know the result!

    THANKS!!

+ 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