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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -