Recognising values from formulas at 4 decimal places

anum

New Member
Joined
Aug 14, 2012
Messages
44
Office Version
  1. 365
Hi there, I have a a formula that is subtracting A3 from B3 for example and that shows 1.2345 in C3 when displayed at 4 decimal point. I have this comparing to another cell D3 at value 1.2345 but if I do an IF statement to say whether these are the same, they dont recognise each other as if I copy paste value cell C3 its 1.23446 for eg. Is there a workaround it to say as long as the 4 decimal points match it should show as same value?

Many Thanks!
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Excel Formula:
=IF(ROUND(C3,4)=ROUND(D3,4),"Same","Different")

for example.
 
Upvote 0
Solution
Glad to help! :)
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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