11. Enter a formula in cell E4 to calculate how long each item has been on sale. This is calculated by subtracting the launch date in cell D4 from the Data Updated date in cell C20. To show the time in years, divide that result by 365. Use an absolute reference to the date in cell C20. Copy the formula from cell E4 to cells E5:E14.

Respuesta :

Answer:

The method indicated by the content of your question would be:

=($C$20-E4)/365

Format E4 as 'Number' - no decimal

Thanks

Answer:

The formula is given below

(C20-E4)/365

where 365 is the no of the days.