Challange !! Despite all of the calculations are 0 = 0 some cells gives FALSE

Ozdemiroz

New Member
Joined
Apr 22, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello guys,

When calculating all round formulas in K17:K22 with F9 the result is always equal to 0

But despite all of the calculations are 0 = 0 some cells gives FALSE and others gives TRUE.

They all must be TRUE.

What is the problem of these formulas ?

Good luck.
 

Attachments

  • Capture.PNG
    Capture.PNG
    62.3 KB · Views: 13

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I don't know what to think with no column and row letters/numbers. Can you give the column names we need to be looking at?
 
Upvote 0
It is probably the floating point decimal issue. But, why haven't you put a ROUND() function on the second half of your equations (C11, C12, etc.)?

Excel Formula:
=ROUND(C18*C$7,4)-ROUND(C11,4)
 
Upvote 0
Solution
Now all rows and columns name's are visible.
 

Attachments

  • Capture.PNG
    Capture.PNG
    74 KB · Views: 5
Upvote 0
It is probably the floating point decimal issue. But, why haven't you put a ROUND() function on the second half of your equations (C11, C12, etc.)?

Excel Formula:
=ROUND(C18*C$7,4)-ROUND(C11,4)

Thank you very much. The problem is solved. But it still interesting. Despite I did not use Round for the second half of the formula, they are already 0 = 0
Thank you again.
 
Upvote 0
Thank you very much. The problem is solved. But it still interesting. Despite I did not use Round for the second half of the formula, they are already 0 = 0
Thank you again.
i'm confused. Why haven't you posted how you solved the question?
 
Upvote 0
Okay. I'm happy it worked. I guess I read your statement wrong when you wrote already 0=0. It is just the way that excel processes numbers. If you set the format of the unrounded values you may get a very very very tiny amount that is not zero.
 
Upvote 1

Forum statistics

Threads
1,215,341
Messages
6,124,391
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top