I should guess that specific gravity needs units: weight per volume.
Essentially mathcad is telling you that your units aren't balanced.
You have P.drop, and P.inlet values that are pressures (Pa, n/m^2 or the like, bar in your case).
Now the large quotient under the root must have units of pressure squared (in order to be allowed to subtract it from P.inlet_N2 squared).
Copy that quotient outside of the root and evaluate it to see what unit Mathcad gives the result. Then you'll easily find what needs corrected.
There's also a magic number (32) in the expression. Does (should?) it have units?
Overlooking all, I see you (at least appear to) reference standards. Standards are a great source of formulae that lack physical basis: empirical formulae. Such formulae have a habit of requiring values with specific (implied) units, that will often not balance. If that is the case here, you should divide the implied units out in the expression, and add them later to the result.
Success!
Luc