spookralls
New Member
- Joined
- Nov 26, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I am working on a spreadsheet to track employee attendance.
Cell A is the employee ID number, Cell B is the employee (=VLOOKUP(A573,$N$3:$P$131,2,FALSE), and Cell C is the position (=VLOOKUP(A671,$N$3:$P$131,3,FALSE).
In cell E I have the date of the occurrence. When I attempt to sort by date the data gets out of order. Is there any way to sort by date without causing the data to be misplaced?
Cell A is the employee ID number, Cell B is the employee (=VLOOKUP(A573,$N$3:$P$131,2,FALSE), and Cell C is the position (=VLOOKUP(A671,$N$3:$P$131,3,FALSE).
In cell E I have the date of the occurrence. When I attempt to sort by date the data gets out of order. Is there any way to sort by date without causing the data to be misplaced?
1 | Employee 1 | Cashier | 11/1/2024 | ci2 | 2 | 1.45597 | |||
2 | Employee 2 | Cashier | 11/15/2024 | t2w | 1 | 2.45611 |