Can anyone help me - I need to have a formula which will add either 1 year or 3 years to the dates in a column dependant on the value in another column. I'm assuming an If statement for the first part but don't know how to do the rest
OK - sorry update to this question - I have got it working using the following
=IF((OR(A2="Hardware/server",A2="Hardware/laptop")),DATE(YEAR(B2)+3,MONTH(B2),DAY(B2)),DATE(YEAR(B2)+1,MONTH(B2),DAY(B2))) - however there are some rows which have no date. How can I build in that if the date is blank to not return anything?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.