Comparing 2 columns of numbers

Status
Not open for further replies.

Foxtrot

Board Regular
Joined
Jun 29, 2005
Messages
83
Hi, i want to compare debits in column (D1:1000) to credit in column (E1:1000). If a debit and a credit is equal then it must just add a ZERO in each line, say in Column F??? How can i go about this???
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Well, what you're looking to do literally is just comparing them and doing simple math like

=D1-E1

What' i'd suggest is starting with =SUM($E$1:E1)-SUM($D$1:D1) which will give you a running balance.
 
Upvote 0
Thanks but this is not going to work - the matching debit and credit must clear, then i will only have to investigate the ones not clearing?
 
Upvote 0
Please do not post the same question multiple times. Questions of a duplicate nature will be locked or deleted, per the Posting Rules (especially points 21-23).

Any bumps, clarifications, or follow-ups should be posted back to this thread.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,224,557
Messages
6,179,510
Members
452,918
Latest member
Davion615

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