Stumped, multiple questions

Jar888

Board Regular
Joined
Jan 15, 2022
Messages
61
Office Version
  1. 2016
Platform
  1. Windows
Hey, multiple questions incoming due to me being a complete novice at excel.

This might be a long shot, and I've resolved to probably using a mix of a formula's and macros.

We are currently tracking safety at an individual level in our company, and I'm spending 2 - 3 hours inputting data for 100's of people mostly due to nothing being alphabetized and setting up the spreadsheet for tracking each individual day.

What I envision;

1. Import roster from master sheet to track who was on site the day before
2. Alphabetize workers from particular rows who would be doing TTT and TTTC's
3. Insert 2 new additional columns labeled TTT and TTTC's
4. Manually input TTT and TTTC's for the past 24 hours
5. Somehow lock the above numbers in on the row relative to the name, as the roster will likely change on a weekly basis
^ Not sure weather having an input data sheet and building the individual days onto a weekly sheet would be better for this

Any help, or advise would be greatly appreciated! :D
 

Attachments

  • Pic 1.PNG
    Pic 1.PNG
    91.4 KB · Views: 22
  • Pic 2.PNG
    Pic 2.PNG
    69.9 KB · Views: 22

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
When setting up any database, the most important thing to do is think about the structure.
You have employees.
You have a roster with varying employees.
You want to record the safety indicators against each employee and date.

So what you need is a table with ALL employees and behind their names the dates and indicators. You don't want to build this record every day, you want to add to it.

The handiest for you will be an input form that looks up the workers on a particular day (mostly yesterday) from the roster. You can add the indicators behind each name on the form, and then the form will write the results to the correct date (and names) on the record sheet.

Does that sum up what you need?
 
Upvote 0
Solution

Forum statistics

Threads
1,214,586
Messages
6,120,402
Members
448,958
Latest member
Hat4Life

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