Match two numbers +/-1

Guz99

New Member
Joined
May 17, 2007
Messages
24
Office Version
  1. 365
Platform
  1. Windows
I have a problem that I can't solve even though it is probably very simple. I have two calculations, one from a P&L report and from a stock movements report. I want to check that these numbers are in balance within 1. EG. P&L number is A1 : 200,000.21 and the movements report number is B1 : 200,000.54, obviously I can't do A1 = B1 as it results in a false. Is there anyway that I can do A1 = B1 with a variance <1 or >1? Or A1-B1 is <1 or >-1?
I've racked my brain trying to make this work.
Thanks,
Guz
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
=round(a1,0)=round(b1,0)

Thanks for the quick reply, but the problem with this is that one number could round up and the other down resulting in 1 difference, thanks anyway
 
Upvote 0

Forum statistics

Threads
1,215,006
Messages
6,122,665
Members
449,091
Latest member
peppernaut

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