Enter the original value in one cell
Enter the new value in another cell
Use the formula: =(New Value-Original Value)/Original Value
Format the result cell as Percentage
Example formula: =(B2-A2)/A2
If needed, multiply by 100 for a numeric result instead of percentage format
Example: =((B2-A2)/A2)*100
