I've been trying to use the IF formula and have had no success. Basically, I have a list of prices in a table. If any given cell in the table is equal to the cell directly above it, I would like to increase the number in that cell by 1. But that's not all. If that cell is now increased by 1, I need the cell directly below it to be at least one number greater.
example:
I would like the last column to be 3, 4, 5. Any help?
example:
8 | 5 | 3 |
2 | 9 | 3 |
7 | 8 | 3 |
I would like the last column to be 3, 4, 5. Any help?