I have an Excel spreadsheet that is tracking the daily weight measurements for several birds. I have conditional formatting set up so that the color of the cell changes if the weight for that day is below a certain threshold (actually, there are 3 thresholds, with corresponding color changes).
However, gross weight is only one factor here, the weight change from one day to the next is very important for keeping track of the health of the birds. Is there a way in Excel to use conditional formatting so that if the difference between two values exceeds a given amount (in this case, "1" is sufficient) it changes color? The problem I am having is that this is a dynamic range ... that is, I don't have fixed cells. I can't just point to two cells and tell it to calculate the difference; each day the range is going to change (that is, today the difference would be between C4 and C3, but tomorrow it will be between C5 and C4, then C6 and C5, etc.). Whatever day you enter the data into is a new cell in the row, and I want it to calculate it based on the preceding cell.
How do I do this with conditional formatting? Or do I need to use VBA?
