Gather Data from Multiple Sheets

M

magmike

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
 
M

magmike

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top