Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to calculate elapsed time between certain dates and times | Excel Discussion (Misc queries) | |||
Howdo U copy a formula down a column, that uses data in another w. | Excel Worksheet Functions | |||
calculate which cells in column A will give me the total of column | Excel Worksheet Functions | |||
I need a formula that will sum the top 3 number in a column | Excel Worksheet Functions | |||
how to enter a formula using column() function for a range | Excel Worksheet Functions |