1. Scale order quantities logarithmically for comparison
| Order ID | Units |
| 1001 | 15 |
| 1002 | 8 |
| 1003 | 22 |
=LOG(B2)Result: 1.176 (for order 1001 with 15 units)
LOG(15) calculates the base-10 logarithm of 15 units, returning 1.176. This compresses larger unit quantities into a comparable scale for visualization or analysis, so that 8 units (0.903) and 22 units (1.342) can be meaningfully compared on the same chart without extreme ranges.