单行if/else语句
A
B
C
D
E
1
23
123
2
>C1=A1
if B1>C1
>C1=B1
3
24
21
4
if A3>B3
>C3=A3
else
>C3=B3
执行后,C1与C3中的单元格值如下: