then just set "=A1-B1" in C1 and copy it in the rest of column C.
for those in same value, C will show 0.
for those in diff. value, C will show the difference.
is it ok?
原帖由 yunman 於 09-9-1 11:07 發表
Colume A have figures...
Col B have figures...
want to set formula in Col C
to check if row 1 in Col A & B are the same or not?
=IF(A1=B1,IF(B1=C1,"yes","no"),"no")
呢條formula 既意思係check if A1=B1, 如果成立就再用一次if function check if B1=C1, 如果都成立就出”yes”, 否則就出”no”. 如果一開始if A1=B1唔成立咁都係出”no”.