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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -