LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Concatenation prob

=DateValue(A2 &" "&B2&", 2008")

in D2. format D2 to display the date in the format you want.

Then you can drag fill. then select D and do Edit=Copy, then do
Edit=Paste Special and select values.

if you don't need a real date and don't want to format the cell

=Text(DateValue(A2 &" "&B2&", 2008"),"d mmm yy")

--
regards,
Tom Ogilvy


"Francis Hookham" wrote:

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



(Not decided yet whether to simply drag a fromua down the cut and past
values back, or the run a macro which might save time in long run because it
could delete empty rows at same time)



Please help, it's going to take me hours by hand otherwise.



Francis Hookham



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup prob with all #n/a's Janis Excel Discussion (Misc queries) 5 July 30th 07 10:26 PM
Concatenation prob Rick Rothstein \(MVP - VB\) Excel Programming 1 July 10th 07 07:02 PM
if function prob Manisha[_2_] Excel Programming 2 April 23rd 04 03:46 PM
Offset Prob Edgar[_3_] Excel Programming 1 April 5th 04 11:53 AM
Still have formula prob :o( Libby Excel Programming 5 December 11th 03 05:26 PM


All times are GMT +1. The time now is 11:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"