I’m trying to figure out the difference (in percentage) between two numbers.
I’d like to set up a formula that gives the percentage (positive or negative) difference between two numbers.
So in the screenshot above
Row 1: Percentage decrease from 100 to 50
Row 2: Percentage increase from 25 to 50
Row 3: No change between 50 to 50
My formula so far: -(({Starting #} - {End #})/{Starting #})