D
Dudley
I have a column, assume column A with a drop-down to leave the cells blank,
select Yes or No. The dropdown was created by validation.
In column B, I want to have todays date plus 7 days inserted if Y is
selected, no date if N is selected. The hang up for me is I dont want the
date to update in the future when the file is opened.
Obviously, =if(a1="Yes",today()+7,"") will update from day to day. I
cant think of a work around for this.
Help
Dudley
select Yes or No. The dropdown was created by validation.
In column B, I want to have todays date plus 7 days inserted if Y is
selected, no date if N is selected. The hang up for me is I dont want the
date to update in the future when the file is opened.
Obviously, =if(a1="Yes",today()+7,"") will update from day to day. I
cant think of a work around for this.
Help
Dudley