G
George Yorks
I am working with a worksheet. As best I can explain:
Cell b3 has a value of 4
If Cell b4=b3 than B4
If Cell b4<b3 than b4
I want to add that if:
cell b5=b4 than b4
cell b5 <B4 than b5
The Only thing I presently have written is:
IF(B4=B3,B4,IF(B4<B3,B4))
Cell b3 has a value of 4
If Cell b4=b3 than B4
If Cell b4<b3 than b4
I want to add that if:
cell b5=b4 than b4
cell b5 <B4 than b5
The Only thing I presently have written is:
IF(B4=B3,B4,IF(B4<B3,B4))