Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, I was wondering how come these two expression have different results Code: -------------------- 12 - (previousSickMonth - employmentMonth + tempMonth) -------------------- Code: -------------------- 12 - previousSickMonth - employmentMonth + tempMonth -------------------- The first one gives me the correct answer that I want. But it doesn't make sense to me how come there would be a difference. All the operators are just subtraction and addition, and it shouldn't be based on any form of precedence. Is there some kind of VBA difference from other programming languages I am missing here? -- FCC ------------------------------------------------------------------------ FCC's Profile: http://www.excelforum.com/member.php...o&userid=35888 View this thread: http://www.excelforum.com/showthread...hreadid=557981 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
i have expression - E$5 what is the difference from E5? | Excel Discussion (Misc queries) | |||
value expression | Excel Worksheet Functions | |||
need help with expression | Excel Discussion (Misc queries) | |||
Expression | New Users to Excel | |||
charting a difference of 2 columns' w/o adding a difference column | Charts and Charting in Excel |