You need to do nothing for this:
Assume you have dates in Column A,
set both the columns (A,B and also the result Column C formats as Date):
A B
Date Days to add
6/9/2007 3
=TODAY() 5
12/10/2008 54
Copy the below formula in column C then the result will be automatically shown in Column C:
| Formula |
Description (Result) |
| =A2+B2 |
Add 3 days to 6/9/2007 (6/12/2007) |
| =A3+B3 |
Add 5 days to the current day (varies) |
| =A4+B4 |
Add 54 days to 12/10/2008 (2/2/2009) |
Thanks