I have a cell A1 with the value in the date format: 01/31/2008

In another cell B1, I put the number as 3, which means the number of years forward.

Now the question is: how can I get the new date which is just 3 years after the original date? Here in this example, the value is 01/31/2011.

You can see only the number is added to the year only, without affecting the date or month.

Can you give a general function / formula for this? (i.e., not necessarily 01/31/2008, it can be any date).