Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can I use conditional formatting to take a date shown in A1 and calculate the
date in cell A2 to read A1+ 30 and cell A3 to read A1+60 ETC€¦. so when I fill in a1 all the dates show up automaticaly in other cells Using Excel 2003 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am assuming that you want cells A2, A3 etc to appear blank until cell A1 is
populated. If so then in A2 insert the following formula. =IF(A1<0,A1+30,"") In A3 insert the following formula. =IF(A1<0,A1+60,"") A2 and A3 will be blank until A1 is populated. -- Regards, OssieMac "jcurran1ma" wrote: Can I use conditional formatting to take a date shown in A1 and calculate the date in cell A2 to read A1+ 30 and cell A3 to read A1+60 ETC€¦. so when I fill in a1 all the dates show up automaticaly in other cells Using Excel 2003 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In A2: =A1+30
copy from A2 down as far as needed "jcurran1ma" wrote: Can I use conditional formatting to take a date shown in A1 and calculate the date in cell A2 to read A1+ 30 and cell A3 to read A1+60 ETC€¦. so when I fill in a1 all the dates show up automaticaly in other cells Using Excel 2003 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I don't follow the reference to conditional formatting? -- If this helps, please click the Yes button. Cheers, Shane Devenshire "jcurran1ma" wrote: Can I use conditional formatting to take a date shown in A1 and calculate the date in cell A2 to read A1+ 30 and cell A3 to read A1+60 ETC€¦. so when I fill in a1 all the dates show up automaticaly in other cells Using Excel 2003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate the date from ceased work date after a certain waiting p | Excel Discussion (Misc queries) | |||
Trying to calculate end date using order date and lead time variab | Excel Worksheet Functions | |||
Auto calculate for date + days forward to yield new date | Excel Worksheet Functions | |||
formula to calculate future date from date in cell plus days | Excel Worksheet Functions | |||
Calculate month-end date from date in adjacent cell? | Excel Worksheet Functions |