Hello - I have lines of data (about 7,000) that contain a dollar value ranging from $0.00 to over $1,000. I was hoping to create a formula that calculate the $range the value is in. Example, if the cell value was $13.50, the formula would return $.01 - $25. $350, would return $300 - $400, $0 would return $0, if it was over $1000, would return >$1,000
Thank you in advance
The $ ranges I want to use are:
Thank you in advance
The $ ranges I want to use are:
Range 1 | Range 2 | Value |
$ - | $ - | $0.00 |
$ 0.001 | $ 24.99 | $0.01 - $25 |
$ 25.00 | $ 49.99 | $25 - $50 |
$ 50.00 | $ 74.99 | $50 - $75 |
$ 75.00 | $ 99.99 | $75 - $100 |
$ 100.00 | $ 124.99 | $100 - $125 |
$ 125.00 | $ 149.99 | $125 - $150 |
$ 150.00 | $ 174.99 | $150 - $175 |
$ 175.00 | $ 199.99 | $175 - $200 |
$ 200.00 | $ 299.99 | $200 - $300 |
$ 300.00 | $ 399.99 | $300 - $400 |
$ 400.00 | $ 499.99 | $400 - $500 |
$ 500.00 | $ 749.99 | $500 - $750 |
$ 750.00 | $ 999.99 | $750 - $1,000 |
$ 1,000.00 | $ 10,000.00 | >$1,000 |