Create a seat assigner with Excel and RFID

Anonymous
2020-04-16T23:26:27+00:00

Hi, 

Due to Covid19, we are tracking who sits with who in the cafeteria.

We have a simple Excel file that assigns a seat in the cafeteria to the employees based on the RFID. It is very simple, We have a Seat column with seats from 1-135, they scan their badge, the ID number appears on the ID column, then there is a name column with a Vlookup based on the ID that enters the name of the employee and that is it. 

The issue we have is that, sometimes it assigns a seat that is still taken. I cannot think of a way in which the employee scans their badge again and the record is deleted from the seat number so that it is now free for someone else :S and doing that without losing the original records of where the person sat. 

Any ideas would be highly appreciatted

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2020-04-23T05:33:48+00:00

@ Debbie.

I have no scanners here, so I typed in the ID numbers

1- Before the start

The SCAN sheet will look like this, The scanner will be focused on cell C3 Named range ScanID 

2- After the first 10 scan (employees)

After the first 10 scan (employees) on each sheet 

RECORD/TRACKING before any check-out.

3- After some of the staff check out

Conditional Formatting is applied to cells 

the ones in Yellow shows those who are taking more than 30 min in their lunchtime and obviously haven't been checked out.

Hope this helps

Regards

Jeovany

Was this answer helpful?

4 people found this answer helpful.
0 comments No comments

50 additional answers

Sort by: Newest
  1. Anonymous
    2020-05-07T18:18:28+00:00

    Yes, the day we tried it I entered the data myself. But in the real world, we would leave the computers alone because this will record Breakfast, lunch, afternoon snack, and we cannot have a person there all day long :S 

    And we were trying to avoid the need of a keyboard, but, actually that was also my first idea :D

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-05-07T18:16:50+00:00

    I noticed I did not complete my idea for point 3. So they do not have badge because they are contractors, and since the company is still building areas, we usually have different contractors and visitors. They were asking me if, in case they cannot create a badge for each, if there would be a change the macro still assigns a seat, saying "no name" or something like that. I know it makes no sense since the idea is to keep record, but well, I wanted to ask.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2020-05-07T18:09:14+00:00

    Hi Debbie

    Find in the link below the file with the update according to your last requirement.

    https://1drv.ms/x/s!AjGRD1TlwpAGlniwIxOU1dlDFhbK?e=40IeJZ

    re:*"...*is there any way to auto clear the spaces if people forget to punch out?..."

    Please, follow the steps in the picture

    3- To select multiple cells (seats) in column A press and hold CTRL key 

    AFTER

    The workbook before it close will perform a macro to clear and update the data entry in the file

    On the Log sheet It loops thru all ID and those who DID NOT PUNCH OUT at the lunchtime will be marked

    I hope this helps you 

    Regards

    Jeovany

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2020-05-07T01:13:34+00:00

    3-**We realize that there are people not on the database, because they have no badge.

    A:= Suggestion: Give them a temporary number ID and update the "Employee Database", if no badge is required then you can ask them their number ID and manually type it in ScanID cell and that's it.

    4- Also, is there any way to auto clear the spaces if people forget to punch out? 

    .

    I was waiting to see what Jeovany had to say.

    .

    #3

    If it is not possible to give them a dummy ID # in the DB, someone will have to access the Seats tab, and manually enter their name and time in a seat.

    .

    Alternately, let people without ID cards manually enter a dummy ID in the scan page

    #4

    You would have to add a new button for "manual clean" where they enter their dummy ID on the scan page and then click the "clear" button to clear the entry.

    Was this answer helpful?

    0 comments No comments