This function returns the current date and time’s serial number.
Syntax:
=NOW ()
There are no parameters for NOW, but it does require empty parenthesis. Each time the worksheet is refreshed, the value returned by NOW will update (for example, each time a value is entered or changed).
If you place a -7 after the first formula, it will return the current date and time, and if you put a -7 after the second formula, it will return the previous week’s date and time.
If you add +7 to the third formula, you’ll receive the date and time for the following week.
To get the dates you want, you can also add or remove dates from now.
Ask Your Query