conditional formatting

L

Lorraine

this is probably a basic question, but here goes...
I have a worksheet where staff will be slowly filling in dates into one
column and I want Excel to automatically add into another column the date
that occurs 13 days after the original date. I want the cells in the second
column to remain empty until a date is entered by staff into the first column
- how do I do that?
EXAMPLE:
say my staff on Monday enter that day's date (4-27-09) into the first cell
in row 2 (row 2/column A) and I want Excel to automatically enter the date
that will occur 14 days later (5-11-09) into the 4th cell in that same row
(row 2/column D). The problem I am having is in keeping the automatically
filled in cell in the next row (row 3/column D) empty until staff type in a
date into the first cell in that row (row 3/column A).
Help!
 
P

Pecoflyer

Lorraine;326363 said:
this is probably a basic question, but here goes...
I have a worksheet where staff will be slowly filling in dates into
one
column and I want Excel to automatically add into another column the
date
that occurs 13 days after the original date. I want the cells in the
second
column to remain empty until a date is entered by staff into the first
column
- how do I do that?
EXAMPLE:
say my staff on Monday enter that day's date (4-27-09) into the first
cell
in row 2 (row 2/column A) and I want Excel to automatically enter the
date
that will occur 14 days later (5-11-09) into the 4th cell in that same
row
(row 2/column D). The problem I am having is in keeping the
automatically
filled in cell in the next row (row 3/column D) empty until staff type
in a
date into the first cell in that row (row 3/column A).
Help!
Hi,

in D2 enter =if(a2="","",a2+14) and pull down as needed

HTH


--
Pecoflyer

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows file
upload ->faster and better answers

*Adding your XL version* to your post helps finding solution faster
 
D

DILipandey

Hi Lorraine,

Try following function:-

=IF(ISBLANK(A2),"",A2+14)

Thanks & Best regards,
--
Click on Yes, if it is useful.

Thanks & Best Regards,
Dilip Kumar Pandey
MBA, BCA, B.Com(Hons.)
(e-mail address removed)
(e-mail address removed)
New Delhi, India
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top