H
HeatherBelle
I want the following to happen:
If O5 is blank, then P5 will be also (this much is done in the formula below)
If O5 has a date, then the below function will be done (also done)
If Q5 gets populated, then the function will stop (also done)
However, I want to now add something that will perform the same
function/situations in P5 if <b>R5</b> has a date (O5 and R5 will NOT both
have dates in them)
=IF(O5="","",IF(Q5="",DAYS360(O5,TODAY()),DAYS360(O5,Q5)))
If O5 is blank, then P5 will be also (this much is done in the formula below)
If O5 has a date, then the below function will be done (also done)
If Q5 gets populated, then the function will stop (also done)
However, I want to now add something that will perform the same
function/situations in P5 if <b>R5</b> has a date (O5 and R5 will NOT both
have dates in them)
=IF(O5="","",IF(Q5="",DAYS360(O5,TODAY()),DAYS360(O5,Q5)))