Using Today() and Mid in excel -
excel cell should have below value abc,04-04-2014
the date entered shouldn't hard coded. need using today() or other function.
either:
="abc," & text(today(),"dd/mm/yyyy")
or
="abc," & text(today(),"mm/dd/yyyy")
depending on desired date format.
Comments
Post a Comment