Hello, I have a sheet with transaction history on hundreds of items. I output indicating the % variance of each item's Max value versus it's Min value. Thank you.
Data sample:
Desired output:
Data sample:
Book7 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Item | Transaction ID | Price | ||
2 | Apple | A1 | $1.00 | ||
3 | Apple | A2 | $1.50 | ||
4 | Apple | A3 | $1.25 | ||
5 | Banana | A4 | $0.50 | ||
6 | Banana | A5 | $0.50 | ||
7 | Pear | A6 | $0.75 | ||
8 | Orange | A7 | $1.00 | ||
9 | Orange | A8 | $2.00 | ||
10 | Orange | A9 | $2.50 | ||
11 | Orange | A10 | $0.50 | ||
12 | Orange | A11 | $8.00 | ||
Sheet1 |
Desired output:
Cell Formulas | ||
---|---|---|
Range | Formula | |
B15 | B15 | =(1.5-1)/1 |
B18 | B18 | =(8-1)/1 |