Dear all, I am having problem with concatenate formula. Here is my issue
Here date format is DD-MM-YYYY![]()
Please Login or Register to view this content.
Dear all, I am having problem with concatenate formula. Here is my issue
Here date format is DD-MM-YYYY![]()
Please Login or Register to view this content.
Hello
Try:
=A2&" : "&TEXT(B2,"dd-mm-yyyy")
Assuming B2 is date value.
Hope this helps.
DBY
=A2& " : " & TEXT(B2,"DD-MM-YYY")
in C2
Hi DBY & yudlugar, thanks for replay. it works very well. & sorry for bother once again , here I have mistake one things , if cell: B2 having no data then will be blank , I mean like below
but currently it is showing as![]()
Please Login or Register to view this content.
ABBANK : 00-01-1900
=a2& " : " & if(not(b2=""),text(b2,"dd-mm-yyy"),"")
Hi yudlugar , I really appreciate your nice job. Many thanks for your valuable time…
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks