HumcoAnalyst
New Member
- Joined
- Jun 17, 2015
- Messages
- 2
I have been asked to build a report based on data extracted from an access database. The query itself was built (Not by me, I do not have those skills) and getting an individual month worth of data is easily accomplished by filtering multiple columns by the criteria I'm looking for. The problem comes in as I have to do this for every month dating back to 1/1/2010, and for 25 different facilities.
What I need is a formula that can simulate the filter function described above
The order of operations is:
Filter the list by facility
Filter the list by admission date. Date<=target month (for reference, I'm using the 1st day of each month as a point in time count)
Filter the list by discharge date. Date>target month, OR Date=""
I've tried various Countif/s, AND, OR formulas, but have not been able to make the process work. I'm sure there is a simple way to do this, but I cant find it. Any help would be appreicated, and I can post examples if my description isn't clear enough.
What I need is a formula that can simulate the filter function described above
The order of operations is:
Filter the list by facility
Filter the list by admission date. Date<=target month (for reference, I'm using the 1st day of each month as a point in time count)
Filter the list by discharge date. Date>target month, OR Date=""
I've tried various Countif/s, AND, OR formulas, but have not been able to make the process work. I'm sure there is a simple way to do this, but I cant find it. Any help would be appreicated, and I can post examples if my description isn't clear enough.