Forum Discussion
FORMULA TO ADD 8 WEEKS FROM A DATE WITH CONDITIONAL FORMATTING
How To Add/Subtract Weeks To Date In Excel?
There are some formulas can help you add or subtract weeks to date in Excel.
Select a blank cell and type this formula =A1+7*2 into it, press Enter key and drag autofill handle over the cells which you need to apply this formula. See upper link.
Wish you a nice day.
NikolinoDE
I know I don't know anything (Socrates)
NikolinoDE Thank you I can this a try adding *8 (for eight weeks) and replacing the cell A1 with my reference cell. Unfortunately it fails with the error value - The blank cell has been set to date as the format so unsure why its failing.
- NikolinoDEAug 12, 2022Gold Contributor
It works for me... should see the file... or it's about a pivot table.
Attached is my example in the file.
- NikolinoDEAug 12, 2022Gold Contributor
sry...here is the correct file with the change that no error appears if the cell is empty.
=IF(A1="","",(A1+7*8))
- ByronJacksonAug 12, 2022Copper ContributorThank you I still must be doing something wrong. So My date reference is in A65 and set to 1st August 2022 - My cell where I want the formula to appear is at Q65 - I think I made the changes to do the above but for some reason its now blank. Sorry about this!