Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet with data arranged in columns, where column headers are
months/years. I want to be able to use user-input "begin" and "end" dates, and allow columns in a specified row to be summed, which match these dates. How to accomplish this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((A1:Z1=DATE(2007,1,3))*(A1:Z1<=DATE(2 007,1,6))*(A2:N2))
Sum's Mar,Apr,May,Jun "JMSatMetro" skrev: I have a worksheet with data arranged in columns, where column headers are months/years. I want to be able to use user-input "begin" and "end" dates, and allow columns in a specified row to be summed, which match these dates. How to accomplish this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((A1:Z1=DATE(2007,1,3))*(A1:Z1<=DATE(2 007,1,6))*(A3:N5))
sum row 3 to 5 "excelent" skrev: =SUMPRODUCT((A1:Z1=DATE(2007,1,3))*(A1:Z1<=DATE(2 007,1,6))*(A2:N2)) Sum's Mar,Apr,May,Jun "JMSatMetro" skrev: I have a worksheet with data arranged in columns, where column headers are months/years. I want to be able to use user-input "begin" and "end" dates, and allow columns in a specified row to be summed, which match these dates. How to accomplish this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing Cells with #N/A | Excel Worksheet Functions | |||
Summing cells which are flagged in some way | Excel Discussion (Misc queries) | |||
if statement for summing cells | Excel Discussion (Misc queries) | |||
Summing of Two cells does not sum!! | Excel Discussion (Misc queries) | |||
Summing some cells | Excel Worksheet Functions |