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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -