Formula column result could be incorporated into date column?

Hi, I use a formula column to calculate an end date. You’ll need a start date column. then a formula column with the following formula: ADD_DAYS({Start Date},5) The “5” is the number of days after the start date.