Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I created a spreadsheet with 2 workbooks.
... The problem is, I have an "IF" statement in J45: if(j45=sum(J8:J9),"","Not Balanced") Which if it equals, the cell will be blank, if it doesn't equal, the cell will have "not balanced" This does not work all of the time, even when the sum of J8:J9 equal cell J44. While I didn't follow the details of your example, I have had this kind of problem before. Sometimes, it's a rounding problem. Maybe things would work better if you used something like: if(ABS(j45-sum(J8:J9))<.005,"","Not Balanced") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
IF Statement | New Users to Excel | |||
What statement to use? | Excel Worksheet Functions | |||
How do I fix a circular reference in a financial statement? | Excel Discussion (Misc queries) | |||
7+ nested if statement? | Excel Worksheet Functions |