Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming your data starts in A1 (change to suit), use this...
=TEXT(MATCH(LEFT(A1,2),{"Su","Mo","Tu","We","Th"," Fr","Sa"},0),"dddd") and copy down as far as necessary. Rick "Sneilan" wrote in message ... The following type of data are listed in a column of cells: Mon 1:30 (4:30) Mon 10 (1) Thurs 2 (5) I need to get the day into another cell and converted to a full day name: Mon = Monday My simple extration formulas aren't working since the abbreviated days very from 3-4 character spaces. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting days to months | Excel Worksheet Functions | |||
Converting full Names from 1 cell to 2 | Excel Discussion (Misc queries) | |||
converting days into weeks | Excel Worksheet Functions | |||
Converting dates into days | Excel Discussion (Misc queries) | |||
Extracting a number from a string and converting it into an Intege | Excel Worksheet Functions |