Hi hope someone can assist.
I have the following formula in a excel spreadsheet. It calculates the difference between T40 and AB40, if it returns a negative value, it recalculates AB40 - T40 to return a positive value.
=IF(T40 > AB40, + T40 - AB40, AB40 - T40)
I have imported the spreadsheet to a PDF document, and cannot find an equivalent java script to match above.
Can anyone assist, I am now desperate and in urgent need of the information.