Hello,
I am wondering if there is a way to calculate months mathematically.
For example, if this month is October (10) and I want to go back 3 months to July (7), is there an easy way to show this?
Here's what I have:
<tbody>
A
B
1
10
<--using "=MONTH(TODAY())"
2
Oct
<--using...