Name:
Anonymous
2007-06-19 3:24
ID:TCd+fLWn
WHY DOES THE FORMULA =((B7/B6)/M8+B6)where B7=24, B6=4 and M8=2 return the value 7 rather than the value 1?
Name:
Anonymous
2007-06-19 4:22
ID:WPlxGXVi
incredible, you found an amazing bug!
...wait
Name:
Anonymous
2007-06-19 5:17
ID:x3aVDMFA
24/4=6, then 6/2=3, 3+4=7
Name:
Anonymous
2007-06-19 6:46
ID:AWM/ER+2
>>1
((B7/B6)/M8+B6) = (B7/B6)/(M8+B6) = (24/4)/(4+2) = 6/6 = 1.
OOPS
Name:
Anonymous
2007-06-19 6:56
ID:Heaven
EXPERT EXCEL PROGRAMMERS ITT