I'm trying to set Conditional format rule on cell Y1 based on value of cell X1.
e.g. If Y1 cell value > value in X1 then set particular color.
But I am not getting which formula to use to get value from X1 cell
CodePudding user response:
I'm trying to set Conditional format rule on cell Y1 based on value of cell X1.
e.g. If Y1 cell value > value in X1 then set particular color.
But I am not getting which formula to use to get value from X1 cell
CodePudding user response:
=X1
with the format rule greater than
: