create a list based on multiple criteria... complicated.

Richard U

Active Member
Joined
Feb 14, 2006
Messages
406
Office Version
  1. 365
  2. 2016
  3. 2010
  4. 2007
Platform
  1. Windows
Hello.

I have a spreadsheet that contains date, room, first and last name information.

I need to build a list based on exclusionary criteria, but only if the data is present.

Example, if only a date range is provided, then everyone that stayed between those dates would be listed.

If date, and room were provided, then only people in that room would be listed, et cetera.

my solution so far is to do a copy the data to a blank sheet, then remove what I don't need, but it's slow. I know I'm going at this the wrong way. any suggestions?

I can code this, it's the concept I'm having trouble grasping right now.

I'm recovering from a brain injury, so I'm re-learning quite a bit. Once I grasp a concept, I can code it, but not until then. sorry for such a basic question folks.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
If you filter the data then select the visible cells with goto (F5) and copy them to another tab that should do what you want quickly. I'll try to find a macro to do this also but it may be difficult.........
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,849
Members
452,948
Latest member
UsmanAli786

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