Forum Discussion
JMSNYC
Helper III
7 years agoSUBSTRACT DATE ISSUES
Hi. I need to subtract an integer number of months from an existing date (e.g., -6 month from April, 1 2019). Issue is: I have a blank cell using DATEADD(Date(2019,04,01),-6,MONTH), because d...
- 7 years ago
Hi,
Does this work?
=EDATE(Date(2019,04,01),-6)
- 7 years ago
AWESOME !!! Thank you so Much.
Ashish_Mathur
Super User
7 years agoHi,
Does this work?
=EDATE(Date(2019,04,01),-6)
JMSNYC
Helper III
7 years agoAWESOME !!! Thank you so Much.
- Ashish_Mathur7 years ago
Super User
You are welcome.