L
Lamb Chop
HOw to change max in a cell automatically
A1=some value that I will change all the time.
B1= another value
I want to Change B1 to A1 if A1 >B1 otherwise B1 keep to its value.
In B1, I have
= if(A1>B1, A1, B1)
I got error. Any suggestion?
Thanks
A1=some value that I will change all the time.
B1= another value
I want to Change B1 to A1 if A1 >B1 otherwise B1 keep to its value.
In B1, I have
= if(A1>B1, A1, B1)
I got error. Any suggestion?
Thanks