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 ...