In cell E4 I have the formula =IFERROR(A4+TIME(0,D4,0),("")).
Where A4 = time and D4 = a number. The formula adds the number to increase the time.
Problem:
Sometimes the number in column D is a negative but I still want to increase the time by that number, as in treat it like a positive.
So I changed the formula to this =IFERROR(A4+TIME(0,ABS(D4),0),("")).
It works however if I have -4 in the cell it only adds on 3 minutes instead of 4.
Can anyone help to make the -4 minutes actually add on as 4 minutes in time, not 3?
Where A4 = time and D4 = a number. The formula adds the number to increase the time.
Problem:
Sometimes the number in column D is a negative but I still want to increase the time by that number, as in treat it like a positive.
So I changed the formula to this =IFERROR(A4+TIME(0,ABS(D4),0),("")).
It works however if I have -4 in the cell it only adds on 3 minutes instead of 4.
Can anyone help to make the -4 minutes actually add on as 4 minutes in time, not 3?