excel formula to subtract number of days from a date

前端 未结 5 1597
醉话见心
醉话见心 2021-02-13 19:16

is there a way in Excel to have a formula that does something like this:

= 12/20/2010 - 180

which would take a certain date (12/20/2010 in this case) and subtrac

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-13 19:54

    Assuming the original date is in cell A1:

    =A1-180
    

    Works in at least Excel 2003 and 2010.

提交回复
热议问题