Discrpancies

Largest Number: max(prop("Value 1"), prop("Value 2"), prop("Value 3"))

Smallest Number: min(prop("Value 1"), prop("Value 2"), prop("Value 3"))

Difference (2): abs(prop("Value 1") - prop("Value 2"))

Difference (H/L): max(prop("Value 1"), prop("Value 2"), prop("Value 3")) - min(prop("Value 1"), prop("Value 2"), prop("Value 3"))