Report Table based on Month

Boehmer

New Member
Joined
Jun 8, 2015
Messages
2
I am trying to work out a solution to this problem...

I have a master data sheet of sobriety dates
Sobriety DateName100 days500 days750 days
02/06/14Sue Morgan05/16/1406/20/1502/25/16
03/23/15John Smith06/30/1508/03/1604/07/17
06/19/13Dave Lee09/26/1310/24/1407/15/15

<tbody>
</tbody>

The columns continue out to calculate the days on a 250 day interval

I want to be able to create a report table. In this table I want to be able to enter June or 6 and return all of the events that occur in June of current year.

MonthJune
NameDateEvent
John Smith06/30/15100 days
Sue Morgan06/20/15500 days
Dave Lee06/19/152 years

<tbody>
</tbody>

I have gotten as far as knowing I would need something like =indirect("('"&B1&"')!active(range)") at least I think.

But I have over 800+ and growing in the active sheet in both directions new members and events.
 
Last edited:

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top