Turn Excel into simple Database

Adaminski

New Member
Joined
Apr 12, 2016
Messages
1
Maybe this won't be simple. I work for a school who doesn't have a database program. We do trips every winter and organizing them by hand is a nightmare. Here is a simple list of information we do but have about 25 trips. Timestamp gets priority, then Option 1 and so forth. If there is a way to show me how this would work with this basic set-up, I should be able to work it out. Say there is a limit of only two on a trip.

[TABLE="width: 582"]
<tbody>[TR]
[TD]Timestamp[/TD]
[TD]Last Name[/TD]
[TD]First Name[/TD]
[TD]Option 1[/TD]
[TD]Option 2[/TD]
[TD]Option 3[/TD]
[/TR]
[TR]
[TD]12:01:23[/TD]
[TD]Bates[/TD]
[TD]Kathy[/TD]
[TD]Fencing[/TD]
[TD]Under the Sea[/TD]
[TD]Bahamas[/TD]
[/TR]
[TR]
[TD]12:01:20[/TD]
[TD]Cromwell[/TD]
[TD]Oliver[/TD]
[TD]Fencing[/TD]
[TD]Atlanta[/TD]
[TD]Under the Sea[/TD]
[/TR]
[TR]
[TD]12:01:25[/TD]
[TD]Dickens[/TD]
[TD]Charles[/TD]
[TD]Fencing[/TD]
[TD]Bahamas[/TD]
[TD]Atlanta[/TD]
[/TR]
[TR]
[TD]12:01:22[/TD]
[TD]Franklin[/TD]
[TD]Rosalind[/TD]
[TD]Fencing[/TD]
[TD]Under the Sea[/TD]
[TD]Bahamas[/TD]
[/TR]
[TR]
[TD]12:01:19[/TD]
[TD]Glenn[/TD]
[TD]John[/TD]
[TD]Fencing[/TD]
[TD]Atlanta[/TD]
[TD]Under the Sea[/TD]
[/TR]
[TR]
[TD]12:01:21[/TD]
[TD]Kristopherson[/TD]
[TD]Kris[/TD]
[TD]Fencing[/TD]
[TD]Under the Sea[/TD]
[TD]Bahamas[/TD]
[/TR]
[TR]
[TD]12:01:24[/TD]
[TD]Thatcher[/TD]
[TD]Margaret[/TD]
[TD]Fencing[/TD]
[TD]Bahamas[/TD]
[TD]Atlanta[/TD]
[/TR]
</tbody>[/TABLE]

Thanks for any and all help.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Make sure you have a date in there so you can group by day, you could then select the lot and use a pivot table (loads of self help on youtube for the basics, and obviously ask questions here
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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