Microsoft
Software
Hardware
Network
Question : using date data in =CONCATENATE formula
one column has date as data.
example:
2/4/2008
In Format cell, the type is *3/14/2001
In a CONCATENATE formulae, I add that as a field to be CONCATENATED, but it is getting converted into
39482
How can i just keep it as 2/4/2008 and not 39482
Thanks
Answer : using date data in =CONCATENATE formula
=CONCATENATE(A1,TEXT(B1,"m
/d/yyyy"))
Assuming text is in A! and date is in B1
Random Solutions
Joomla CiviCRM problem
Need to know all ports associated with network shares
DROID-ActiveSync Issue
PHP Array: Only the first item in array is returned
Setting up my first database driven web site
accessing a web service
I can send e-mail ok but cannot get to Internet via browser
Excel Date Time format conversion yyyy-mmm-dd hh:mm:ss to mm/dd/yyyy hh:mm:ss
how can i find all ILO boards on a network
How can I convert a custom control that calls User32 and Shell32 to work on Mono?