My answer is somewhat close to what Metter said, but if I understand your question correctly, you want to get the amount of acceleration irrespective of direction. If that is the case, the value you would be looking for is the root of the sum of the squares:
absolute value = sqrt(X^2 + Y^2 + Z^2);
See
The Pythagorean Theorem for details.