Thread
:
date +7
View Single Post
#
2
JE McGimpsey
Posts: n/a
One way:
Dates in XL are just integer offsets from a base date, so use the +
operator:
B1: =A1+7
Format B1 as a date.
In article ,
Marlis wrote:
I have today's date in cell A1. IS there a way to get cell B1 to show the
following week's date?
Reply With Quote