Excel: Price Change %
Calculate price change while handling zero old price.
Before you answer
State the key, the expected grain and one edge case you would test. The goal is not only to get a result, but to know why it is correct.
Hint
Use IF around (new-old)/old.
Completion is stored only in this browser.