russellday
New Member
- Joined
- Apr 30, 2015
- Messages
- 24
Hi
I have a cell A1 that contains a date 1/1/2018 in A2 I have a review period taken from a drop down list contained in N5:N17. In M5:M17 I have the number of days that the review periods correspond to.
What I need to do is in A3 is to calculate the review date by taking the selected drop down option and comparing the N column t
<tbody>[TR]
[TD]A1
[/TD]
[TD]A2
[/TD]
[TD]A3
[/TD]
[TD][/TD]
[TD]M
[/TD]
[TD]N
[/TD]
[/TR]
[TR]
[TD]1/1/2018
[/TD]
[TD]1 week
[/TD]
[TD]This need to return 1/1/2018+7 days
[/TD]
[TD][/TD]
[TD]1 week
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2 weeks
[/TD]
[TD]14
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
I have a cell A1 that contains a date 1/1/2018 in A2 I have a review period taken from a drop down list contained in N5:N17. In M5:M17 I have the number of days that the review periods correspond to.
What I need to do is in A3 is to calculate the review date by taking the selected drop down option and comparing the N column t
o the M column and adding column N to the original date in A1 to give the review date
[TABLE="width: 500"]
<tbody>[TR]
[TD]A1
[/TD]
[TD]A2
[/TD]
[TD]A3
[/TD]
[TD][/TD]
[TD]M
[/TD]
[TD]N
[/TD]
[/TR]
[TR]
[TD]1/1/2018
[/TD]
[TD]1 week
[/TD]
[TD]This need to return 1/1/2018+7 days
[/TD]
[TD][/TD]
[TD]1 week
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2 weeks
[/TD]
[TD]14
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks