I Need this numeric string convert into dates format
may i get any help to convert
44557,44557,44558,44557,44557 into ex. 13-01-2021,20-01-2021,27-01-2022
Need formulae that can help me out this one
I Need this numeric string convert into dates format
may i get any help to convert
44557,44557,44558,44557,44557 into ex. 13-01-2021,20-01-2021,27-01-2022
Need formulae that can help me out this one
Last edited by jitendra sharma; 02-01-2022 at 06:30 AM.
How has that string been generated?
Please attach a sample workbook.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
attached file
Error in K2
=J2&IFERROR(","&VLOOKUP(I2,I3:K$4000,3,0),"")
in L2
=IFERROR(--TRIM(MID(SUBSTITUTE($K2,",",REPT(" ",100)),(COLUMNS($K$1:K$1)-1)*100+1,100)),"")
drag across and format columns as date
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
perhaps you just want to convert dates to strings at the point you concatenate ?
Formula:
Please Login or Register to view this content.
thanks a lot both of Xlent and john both formulae are working excellent for me
Last edited by jitendra sharma; 02-02-2022 at 07:42 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks