Excel absolute difference between 2 values
Pascal
-
guyguy -
guyguy -
Hello,
In an Excel spreadsheet, I'm looking for the formula that calculates the difference between 2 values, the result should be in absolute value (without a positive or negative sign).
Thank you very much for your help.
In an Excel spreadsheet, I'm looking for the formula that calculates the difference between 2 values, the result should be in absolute value (without a positive or negative sign).
Thank you very much for your help.
Configuration: Windows XP Internet Explorer 6.0
Why not use the Absolute function = ABS(A1-B1)
More economical in terms of memory used
@+ LM