I am trying to find the % change in every instance there has been a change to the List Margin on each unique ID.
My data looks somewhat like this
ID List Margin
1234 1200
1234 1200
1234 1250
1234 1250
1235 1500
1235 1500
1235 1575
1236 1600
1236 1600
1236 1600
1236 1650
I need a formula for the following:
If the IDs are the same, then is there a difference in the List Margin from the row above (should yield YesNo). If there is a difference, then to calculate the % difference of the List Margin from that row to the row above.