Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the following on one of my sheets in a workbook, and would like
to use it to analyze a different column in 8 of the other 10 worksheets. How can I modify this to do that? The column I will be looking for data in is Column P and I am looking between a range of dates, just like in the following example: ="Installed Revenue " & SUMPRODUCT(($L$1:$L$65086),($W$1:$W $65086=DATE(2012,4,22))*($W$1:$W$65086<=DATE(2012 ,5,21))) In the above example, it is using a value from a completely different column to get the sum of. In this case, I simply want to count, how many rows have a date in Column P that fits between the dates in the formula, so the result would be similar to this: Orders Placed This Month (18) FYI - our fiscal month is from the 22nd to the 21st of the following month. Thanks in advance for your help! magmike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Apr 25, 2:55*pm, magmike wrote:
I use the following on one of my sheets in a workbook, and would like to use it to analyze a different column in 8 of the other 10 worksheets. How can I modify this to do that? The column I will be looking for data in is Column P and I am looking between a range of dates, just like in the following example: ="Installed Revenue *" & SUMPRODUCT(($L$1:$L$65086),($W$1:$W $65086=DATE(2012,4,22))*($W$1:$W$65086<=DATE(2012 ,5,21))) In the above example, it is using a value from a completely different column to get the sum of. In this case, I simply want to count, how many rows have a date in Column P that fits between the dates in the formula, so the result would be similar to this: Orders Placed This Month (18) FYI - our fiscal month is from the 22nd to the 21st of the following month. Thanks in advance for your help! magmike Update: I am not going to be using a range of dates, but actually the date in an adjacent cell in the same row as the formula. Basically, the forumula will be asking this question: How many times do I find the date in A3 in the O column in sheets 2-10? I tried using a 3-D reference, but it does not allow the COUNTIF function and I can't seem to find a work around formula-wise. I'm thinking this can be accomplished in VB? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Gather multiple keyword and separate them to categories | Excel Programming | |||
Gather data from multiple excel files into one master excel file | Excel Discussion (Misc queries) | |||
Gather data from multiple XML sheets? | Excel Programming | |||
Gather data from multiple excel files in mutiple folders | Excel Programming | |||
How to gather data from different excel workbooks into 1? | Excel Discussion (Misc queries) |