Data retrieval

DenniBrink

New Member
Joined
Jul 31, 2016
Messages
46
Greetings! I am looking for inspiration and problem solving skill involving best practices for data retrieval. I have a table listing employees scheduled days and work assignments. The table is organized as such:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Sat
[/TD]
[TD]Sun
[/TD]
[TD]Mon
[/TD]
[TD]Tue
[/TD]
[TD]Wed
[/TD]
[TD]Thu
[/TD]
[TD]Fri
[/TD]
[/TR]
[TR]
[TD]Bob
[/TD]
[TD]NS
[/TD]
[TD]NS
[/TD]
[TD]Clean
[/TD]
[TD]Inspect
[/TD]
[TD]Inspect
[/TD]
[TD]Clean
[/TD]
[TD]Clean
[/TD]
[/TR]
[TR]
[TD]Ed
[/TD]
[TD]Clean
[/TD]
[TD]Clean
[/TD]
[TD]NS
[/TD]
[TD]NS
[/TD]
[TD]Clean
[/TD]
[TD]Inspect
[/TD]
[TD]Inspect
[/TD]
[/TR]
[TR]
[TD]Rick
[/TD]
[TD]Inspect
[/TD]
[TD]Inspect
[/TD]
[TD]Inspect
[/TD]
[TD]Clean
[/TD]
[TD]Clean
[/TD]
[TD]Clean
[/TD]
[TD]Clean
[/TD]
[/TR]
</tbody>[/TABLE]


Currently, I run a macro that filters out the "NS" and copies the names and assigned day. I wonder is there a better way such as pivotal table or a lookup formula. Please share your thoughts.
 

Forum statistics

Threads
1,226,850
Messages
6,193,353
Members
453,790
Latest member
yassinosnoo1

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