MaryMaryMorrison
Technical User
I need to get the difference between last months estimated profit and this months estimated profit.
The problem is if I have -31 for last month and -51 for this month I need the difference to be a positive number 20 not -20.
The other problem is if I have 56 for last month and -20 for this month I need the difference to be -76 which is actually the change in monthly estimated profit not 36.
I've tried 2 if statements but I can't seem to get the correct results.
this mth profit Last profit difference
$(52,018.26) $(31,101.00) $(20,917.26)- need it to be 20917.26
$(19,881.01) $56,040.76 $ $36,159.75 - need it to be $(75,921.77)
I appreciate anyone's help.
Mary
The problem is if I have -31 for last month and -51 for this month I need the difference to be a positive number 20 not -20.
The other problem is if I have 56 for last month and -20 for this month I need the difference to be -76 which is actually the change in monthly estimated profit not 36.
I've tried 2 if statements but I can't seem to get the correct results.
this mth profit Last profit difference
$(52,018.26) $(31,101.00) $(20,917.26)- need it to be 20917.26
$(19,881.01) $56,040.76 $ $36,159.75 - need it to be $(75,921.77)
I appreciate anyone's help.
Mary