On Wed, 2005-08-24 at 13:39 +0800, Wan Mohd Hafizi wrote: > Good afternoon, > > I have to cell (text), how to make this two cell joint to another > diffrent one cell eg. > > cell A1 : Today > cell A2 : Monday > > How to make cell A5 : Today Monday
Hi Wan, Easy, simply enter into A5 the following formulae: =A1&" "&A2 or alternatively =CONCATENATE(A1;" ";A2) Regards Jonathon -- OOo Tips (RSS) - http://mindmeld.cybersite.com.au/tips.rss OOo Knowledgebase - http://mindmeld.cybersite.com.au/ Cybersite Consulting - http://www.cybersite.com.au/ Training4Linux - http://www.training4linux.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
