Hi.
I have a macro that put values (from 10 to 15) into 4 independent cells. I would like to have 4 conditions so that only if all conditions are met can the macro run.
Let's say my cells are B2,B3,C2,C3.
The conditions are C2>B2, B2>B3, C2>C3 and C3>B3.
C2,B2,B3,C3 will take integer values...