+ Reply to Thread
Results 1 to 4 of 4

Calculate YTD based on known month

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-02-2007
    Location
    Bryne, Norway
    MS-Off Ver
    Microsoft Office Excel 2010
    Posts
    230

    Calculate YTD based on known month

    I want to calculate Year To Data in B1 based on some data in C1 to N1. The monthnumber is located in cell A1.

    There is of course several ways to do this, but is there a simple and easy formula one can use.
    Last edited by mkvassh; 12-06-2009 at 02:43 PM.

  2. #2
    Forum Contributor
    Join Date
    11-02-2007
    Location
    Bryne, Norway
    MS-Off Ver
    Microsoft Office Excel 2010
    Posts
    230

    Re: Calculate YTD based on known month

    I found one on my own. This one will do the job.

    =SUM(C1:INDEX(C1:N1,A1))

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Calculate YTD based on known month

    Assuming the month number corresponds - ie if A1 is 1 this means C1 only then

    =SUM(C1:INDEX(C1:N1,A1))

    edit: snap

  4. #4
    Forum Contributor
    Join Date
    11-02-2007
    Location
    Bryne, Norway
    MS-Off Ver
    Microsoft Office Excel 2010
    Posts
    230

    Re: Calculate YTD based on known month

    Thank you DonkeyOte

+ 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