G
Guest
I have a column(E) that should calculate a date depending on the values of
other columns. Column A can contain one of three potential values. If value
1 is entered, column E is today's date +5. If value 2 is entered, column E
is todays date +15. If value 3 is entered, column E is todays date +30.
However, if column B contains a date, that date overrides the values in
column A and is entered in column E. I think this should be done with a
select case, but am not certain how to do it.
Would appreciate any help.
other columns. Column A can contain one of three potential values. If value
1 is entered, column E is today's date +5. If value 2 is entered, column E
is todays date +15. If value 3 is entered, column E is todays date +30.
However, if column B contains a date, that date overrides the values in
column A and is entered in column E. I think this should be done with a
select case, but am not certain how to do it.
Would appreciate any help.