G'Day All,
I have a date in cell A1 - lets say 26/07/2010.
I have a formula in cell A2 that displays a string of text
Then references cell A1![]()
="string "
Then adds a hyphen for seperation![]()
& A1
Then adds 7 to the A1 (for an extra 7 days)![]()
& " - "
To which this is displayed;![]()
& A1+7
string 40385 - 40392
My question is; Can I display the integers as the dates they are, or am I restricted to integers?![]()
="string "& A1 & " - " & A1+7
Bookmarks