Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This should be simple: In cell A1 there is a date. in cell B2 I want to add
7 days to that date. But if I have not yet added a date in A1 I would like B2 to stay blank. I Can't seem to make that happen. Thank You!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this in B2:
=IF(A1="","",A1+7) Format it as Date. -- Biff Microsoft Excel MVP "KKJ" wrote in message ... This should be simple: In cell A1 there is a date. in cell B2 I want to add 7 days to that date. But if I have not yet added a date in A1 I would like B2 to stay blank. I Can't seem to make that happen. Thank You!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Here is another alternative =IF(A1,A1+7,"") -- If this helps, please click the Yes button. Cheers, Shane Devenshire "KKJ" wrote: This should be simple: In cell A1 there is a date. in cell B2 I want to add 7 days to that date. But if I have not yet added a date in A1 I would like B2 to stay blank. I Can't seem to make that happen. Thank You!! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Format cells in column A and B as date and add following formula in cell B1 =IF(A1="","",A1+7) Chris ------ Convert your Excel spreadsheet into an online calculator. http://www.spreadsheetconverter.com -- Chris Bode |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks to everyone!! worked great!
kkj "Chris Bode" wrote: Format cells in column A and B as date and add following formula in cell B1 =IF(A1="","",A1+7) Chris ------ Convert your Excel spreadsheet into an online calculator. http://www.spreadsheetconverter.com -- Chris Bode |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CAN EXCEL AUTO DATE ADDED WORKSHEETS? | Excel Worksheet Functions | |||
How do i set Excel to record the date etc of info added | Excel Worksheet Functions | |||
Can a creation date be added to a footer | Excel Discussion (Misc queries) | |||
Pivot Table problem, blank fields aren't being added | Excel Discussion (Misc queries) | |||
Can a conditional formula indicate "date added" next to a text? | Excel Worksheet Functions |