Text and Number Format on Excel
问题 i have question that when i want to compare between a1= 1.3 b1= 3 and a2= 1.3 b2= 2 on excel for example =IF(a1>a2,"Yes",IF(a1=a2,IF(b1>b2,"Yes","No"),"no")) first time it's okay but then i changed value from b1 =1 it changed to "no" then i changed it back to b1= 3 it's still "no" i think it concern on format in the cell another concern is if i use like 1.3.1 compare to 1.3.1.2 it doesn't have any problem but when i use only 1.3 (one decimal point) it alway have problem it's hard to explain