Split mm/dd/yyyy into dd only

T

tomwashere2

Can someone tell me how I can take date information in a cell such as
08/10/2005 and return only the day value such as 10?
 
R

RagDyeR

Custom format the cell containing the date to:

dd

OR ... custom format a cell that references the date cell.
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================



Can someone tell me how I can take date information in a cell such as
08/10/2005 and return only the day value such as 10?
 
Top