Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Gather Data from Multiple Sheets

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Using COUNTIF with 3-D Reference (VB?) (WAS: Gather Data fromMultiple Sheets)

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Gather multiple keyword and separate them to categories nehogy mar Excel Programming 2 February 24th 12 03:05 PM
Gather data from multiple excel files into one master excel file Mark Allen Excel Discussion (Misc queries) 18 September 9th 08 01:06 PM
Gather data from multiple XML sheets? PaulW Excel Programming 1 February 21st 07 03:05 PM
Gather data from multiple excel files in mutiple folders Mark Ivey Excel Programming 2 August 25th 06 03:36 AM
How to gather data from different excel workbooks into 1? T. Harrouz Excel Discussion (Misc queries) 2 December 20th 04 02:21 AM


All times are GMT +1. The time now is 02:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"