+ Reply to Thread
Results 1 to 2 of 2

formula to calculate a column based on dates in a different colum.

  1. #1
    Pam
    Guest

    formula to calculate a column based on dates in a different colum.

    I have dates in column A and numbers in column B-J. I need columns B-J to
    add up if dates in A are within a range. For example: if A is between
    9/21/2004 and 9/20/2005, then add those lines in column B.

  2. #2
    Jason Morin
    Guest

    Re: formula to calculate a column based on dates in a different colum.

    One way:

    =SUM(IF((A1:A100>=M1)*(A1:A100<=N1),B1:J100))

    Array-entered, meaning press ctrl + shift + enter, where
    M1 holds the start date and N1 holds the end date.

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >I have dates in column A and numbers in column B-J. I

    need columns B-J to
    >add up if dates in A are within a range. For example:

    if A is between
    >9/21/2004 and 9/20/2005, then add those lines in column

    B.
    >.
    >


+ 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