Hello all, I'm trying to figure out how to add days from a given input date to output a new date,
For example, the user enters the date in Cell 1, and Cell 2 will output whatever date is 3 days later.
Row1Cell2 = Row1.Cell1 + (3 days).
So for example, if I enter June 26, 2012, the output would be June 29, 2012...or if I enter June 29, 2012 the output would be July 2, 2012.
What is the correct syntax to use to produce this result?