+ Reply to Thread
Results 1 to 3 of 3

Calculation of YTD Data

  1. #1
    Registered User
    Join Date
    07-15-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    28

    Calculation of YTD Data

    Hello,

    I have attached an excel sheet with some data in it. what I actually want to happen is that whenever i select a month from the drop down menu, the formula should calculate the sum of all the data in cell B. for eg, when i select Feb, it should calculate Jan + Feb and give me the value there.

    Thanks a ton in advance.

    regards,
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-24-2009
    Location
    Leicester, England
    MS-Off Ver
    Excel 2003 &2007
    Posts
    27

    Re: Calculation of YTD Data

    Assuming that your drop down dates are in cell I2

    Try this formula:

    =SUMIF(A:A,"<="&I2,B:B)

    I am assuming that your data starts in Jan-11 and there is no prior data in the sheet!

    EllBol

  3. #3
    Registered User
    Join Date
    07-15-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Calculation of YTD Data

    Bro, works exactly like I wanted it to. Thanks a ton. Appreciate all the help.

    regards,

+ 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