View Single Post
 
Old 08-02-2018, 01:36 PM
Glitch Glitch is offline Windows 7 64bit Office 2016 for Mac
Novice
 
Join Date: Jul 2018
Posts: 12
Glitch is on a distinguished road
Default Concatenate to reference values with that are dates

I have a cell called A29 that gets its value from a the myfiled through a vba prompt when opening, I have the following cells below it that are just "=A29+1", "A29+2", resulting in a series of dates from A29 to A33. I would like to concatenate the dates in A29 & A33 to one cell, so that the result would look like : xx/xx/xxxx - xx/xx/xxxx
Is this possible? I understand that the "/" is causing some issues.
Reply With Quote