KyleJackMorrison
Board Regular
- Joined
- Dec 3, 2013
- Messages
- 107
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hello,
I would like some help with a bit of code.
What I have is some dates in cells H3:H. I would like toenter in the word "1Y" in the next cell I3:I and it will add 1 Yearto the date in H3 and apply it to cell I3.
Basically, I need to tract when people have done a test, andif they are due it in a years’ time. Now I plan on adding more than just “1y”and have “1w” (1 week), “2y” etc.
Thanks in advance.
<tbody>
[TD="width: 65, bgcolor: transparent"]
G
[/TD]
[TD="width: 78, bgcolor: transparent"] H (Date of last test) [/TD]
[TD="width: 200, bgcolor: transparent"] I (Date of next test) [/TD]
[TD="width: 65, bgcolor: transparent"] Name1 [/TD]
[TD="width: 78, bgcolor: transparent"] 16/07/19 [/TD]
[TD="width: 200, bgcolor: transparent"] 1y (Once this has been inputted it will change to 16/07/20) [/TD]
[TD="width: 65, bgcolor: transparent"] Name2 [/TD]
[TD="width: 78, bgcolor: transparent"] 26/01/19 [/TD]
[TD="width: 200, bgcolor: transparent"] [/TD]
</tbody>
I would like some help with a bit of code.
What I have is some dates in cells H3:H. I would like toenter in the word "1Y" in the next cell I3:I and it will add 1 Yearto the date in H3 and apply it to cell I3.
Basically, I need to tract when people have done a test, andif they are due it in a years’ time. Now I plan on adding more than just “1y”and have “1w” (1 week), “2y” etc.
Thanks in advance.
[TD="width: 78, bgcolor: transparent"] H (Date of last test) [/TD]
[TD="width: 200, bgcolor: transparent"] I (Date of next test) [/TD]
[TD="width: 65, bgcolor: transparent"] Name1 [/TD]
[TD="width: 78, bgcolor: transparent"] 16/07/19 [/TD]
[TD="width: 200, bgcolor: transparent"] 1y (Once this has been inputted it will change to 16/07/20) [/TD]
[TD="width: 65, bgcolor: transparent"] Name2 [/TD]
[TD="width: 78, bgcolor: transparent"] 26/01/19 [/TD]
[TD="width: 200, bgcolor: transparent"] [/TD]
</tbody>