Hello,
I am trying to create a formula that substracts dates and if result (in this case moths) is higher than 12, I want it to multiply it by cell "T8" or do nothing if result is less than 12. Below is the formula:
=IF((YEAR(P8)-YEAR($V$4))*12+MONTH(P8)-MONTH($V$4))-12>0,*T8,""))
Any advice is greatly appreciated.
Thanks,
I am trying to create a formula that substracts dates and if result (in this case moths) is higher than 12, I want it to multiply it by cell "T8" or do nothing if result is less than 12. Below is the formula:
=IF((YEAR(P8)-YEAR($V$4))*12+MONTH(P8)-MONTH($V$4))-12>0,*T8,""))
Any advice is greatly appreciated.
Thanks,