Does Excel have a built-in percentage of change function like (A1-B1)/B1 %? I seem can't find it in built-in function list.
Example: A1=1.0123 B1=1.0 I want to get the ratio (1.0123-1.0)/1.0 % = 1.23%
|
Does Excel have a built-in percentage of change function like Example: A1=1.0123 B1=1.0 I want to get the ratio (1.0123-1.0)/1.0 % = 1.23%
| ||||
feedback
|
|
Create a UDF that will have the same behavior and return a string with the percent tacked onto the end:
| |||||||
feedback
|
|
No You would simply enter in a formula as you have and then format it as a percentage | |||
|
feedback
|