Pivot Tables or alternative solutions

Matt99

New Member
Joined
Nov 16, 2012
Messages
3
Good day everyone!

I am working on a List or database that looks like the one below...

ID Date Debit Credit
01 1-May-2010 0 10,000
02 1-May-2010 10,000 0
03 1-May-2010 66.75 0
04 4-May-2010 2,500 0
05 4-May-2010 1,010 0
06 4-May-2010 0 2,500
07 4-May-2010 75 0
08 4-May-2010 0 1,000
09 7-May-2010 510 0
10 7-May-2010 500 0
11 7-May-2010 0 500
12 7-May-2010 0 70

I would like to use mainly Excel Pivot Tables
Or Other solutions either in Excel or Access:
if in Ms-Access - (queries or reports )


That will match Debits vs Credits for each day
then display the matched exact values (between Debit and Credit values)
Or display the values (also between Debit and Credit values) with the difference of up to $15
Table results is listed below...

ID Date Debit Credit
01 1-May-2010 0 10,000
02 1-May-2010 10,000 0
04 4-May-2010 2,500 0
05 4-May-2010 1,010 0
06 4-May-2010 0 2,500
08 4-May-2010 0 1,000
09 7-May-2010 510 0
10 7-May-2010 500 0
11 7-May-2010 0 500


and it ignore the other records...
Thanks!
Matt
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Well, I want all values in both Debit and credit for each date that are:
Either equal in value
Or
Difference between values is $15.

So line id 9, 10, and 11 will be displayed for date: May 07
09 7-May-2010 510 0
10 7-May-2010 500 0
11 7-May-2010 0 500
 
Upvote 0
and filter on test
Excel Workbook
ABCDEF
115,00
2IDDateDebitCreditresulttest
311-May-20100,0010,00-10,00ONWAAR
421-May-201010,000,0010,00ONWAAR
531-May-201066,750,0066,75WAAR
644-May-20102,500,002,50ONWAAR
754-May-20101,010,001,01ONWAAR
864-May-20100,002,50-2,50ONWAAR
974-May-201075,000,0075,00WAAR
1084-May-20100,001,00-1,00ONWAAR
1197-May-2010510,000,00510,00WAAR
12107-May-2010500,000,00500,00WAAR
13117-May-20100,00500,00-500,00WAAR
14127-May-20100,0070,00-70,00WAAR
Blad1
Cell Formulas
RangeFormula
E3=C3-D3
E4=C4-D4
E5=C5-D5
E6=C6-D6
E7=C7-D7
E8=C8-D8
E9=C9-D9
E10=C10-D10
E11=C11-D11
E12=C12-D12
E13=C13-D13
E14=C14-D14
F3=ABS(E3)>$F$1
F4=ABS(E4)>$F$1
F5=ABS(E5)>$F$1
F6=ABS(E6)>$F$1
F7=ABS(E7)>$F$1
F8=ABS(E8)>$F$1
F9=ABS(E9)>$F$1
F10=ABS(E10)>$F$1
F11=ABS(E11)>$F$1
F12=ABS(E12)>$F$1
F13=ABS(E13)>$F$1
F14=ABS(E14)>$F$1
 
Upvote 0

Forum statistics

Threads
1,216,109
Messages
6,128,884
Members
449,477
Latest member
panjongshing

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