Mike, I don't understand what your formula is trying to do and how to apply it to my applications.
Let me make my description a little more clear. F3:F7 starts off with zero's in all cells. As each cell is changed to some value, I need to look at the entered value, compare it to the other 4 values and if it is the max, conditionally format it (let's turn it blue for example). As each cell is changed it can conceivably be the new max (F3 would always be max (initially) since it will be the first cell changed). Now, lets say that data is entered as follows: 5.3, 6.2, 4.8, 5.3, 6.2. Initially 5.3 would turn blue since all other cells are 0.0, but when F4 is entered, F3 drops the blue (turns back to black text) and F4 turns blue. No change occurs with F5 and F6 entries. When F7 is entered, it matches the F4 value, but I don't want it to turn blue. Is that what you understood in my original post?
If you think your formula will do what I need, please talk me through it.
Thanks