#1   Report Post  
Jay
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
IF Statement Brent New Users to Excel 3 April 29th 05 04:24 PM
What statement to use? Paul Excel Worksheet Functions 6 February 13th 05 05:23 PM
How do I fix a circular reference in a financial statement? drjayhawk25 Excel Discussion (Misc queries) 0 February 7th 05 05:19 PM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 07:55 PM


All times are GMT +1. The time now is 05:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"