I have a column of numbers in Excel 2007, for example:
19
35
29
62
What i want to do is: If the value is between 0-20 replace the value with 0.1
If the value is between 20-25 replace it with 0.2
The bin sizes are not going to be the same (0-20, 20-25, 30-50, 50-60, 65+) etc, and the values to replace the numbers with are not necessarily going to be sequential.
Is there a formula for this? Could a macro work? It would take forever with a find and replace.
Thanks