Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The times in a roster are shown in the following way:
9:00 - 5:30pm I need to copy these times to a timesheet and split the start and finish times into separate cells. Like this: If Worksheet("Sheet1").Range("A1") .value = "9:00 - 5:30pm" then Worksheet("Sheet2").Range("A1") .value = "9:00" Worksheet("Sheet2").Range("B1") .value = "17:30" End if But the start and finish times can be anything. They may be "10:00 - 8:30pm" etc etc. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
How do I split "A1B2" into "A1" and "B2" using text to column fun. | Excel Programming |