Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A visually handicapped friend is secretary of his club.
He receives a list of events on a spreadsheet where the date is given as follows: Col A contains "Jan" Col B contains "1" Col C contains "Tuesday" (which is superfluous in this operation) We know the year is 2008 I am having difficulty in concatenating "1" and "Jan" and "08" into Col D, formatted as "d mmm yy", so I can do away with Cols A-C Try this... =TEXT(A1&" "&B1&", 2008","d mmm yy") Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Prob | Excel Worksheet Functions | |||
Excel Prob | Excel Programming | |||
Anyone see the prob in this code? | Excel Programming | |||
Anyone see the prob in this code? | Excel Programming | |||
Offset Prob | Excel Programming |