Hello! I hope someone can help with this. What I am trying to do is concatenate 2 (or more) dates, and apply a strikethrough to the first date (or all but the last date). I can successfully concatenate two dates with a alt-enter by using:
=TEXT(A1,"m/d/yyyy")&CHAR(10)&TEXT(A2,"m/d/yyyy")
Even if I add a strikethrough to the date in A1, it does not carryover into the concatenated cell. Does anyone know how I can do this? Any help would be greatly appreciated!
=TEXT(A1,"m/d/yyyy")&CHAR(10)&TEXT(A2,"m/d/yyyy")
Even if I add a strikethrough to the date in A1, it does not carryover into the concatenated cell. Does anyone know how I can do this? Any help would be greatly appreciated!