Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a list of employee login/logout times that currently are in tw
columns. The employee has a shiftstart, firstbreaklogout firstbreaklogin,lunchbreaklogout, lunchbreaklogin, secondbreaklogout secondbreaklogin, and shiftend time. I need to be able to alig horizontally into 8 columns the employees login/out times by date. Current Data look like this Date Login Logout 06/02/04 8:15AM 9:47AM 06/02/04 10:00AM 12:01PM 06/02/04 12:45PM 2:35PM 06/02/04 2:45PM 4:45PM 06/03/04 8:15AM 9:45AM 06/03/04 10:01AM 12:00PM 06/03/04 12:46PM 2:30PM 06/03/04 2:45PM 4:45PM 06/04/04 8:16AM 9:59AM 06/04/04 10:15AM 12:02PM 06/04/04 12:45PM 2:34PM 06/04/04 2:45PM 4:46PM I would like it to look like this 06/02/04 8:15AM 9:47AM 10:00AM 12:01PM " " " 06/03/04 8:15AM 9:45AM 10:01AM 12:00PM " " " 06/04/04 8:16AM 9:59AM 10:15AM 12:02PM " " " Im assuming the easiest way would be using IF statements to see if th next row down in column A = the current selected row. Then move th cell that is down and adjacent up to the next available row. It seem to me I am making this way to difficult. Does anyone else have an other ideas. I will appreciate any feedback -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can i make time schedule sheet for login logout timmings | Excel Discussion (Misc queries) | |||
Early Login, Last Logout | Excel Worksheet Functions | |||
aligning sheet tabs vertically, not horizontally | Excel Worksheet Functions | |||
Login Logout Date Problem | Excel Worksheet Functions | |||
Aligning login logout times horizontally | Excel Programming |