Formula required

MISSNS46

New Member
Joined
Oct 18, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi guys,
I was wondering if anyone could possibly assist me.
So I have an exercise that I need to complete where one account with the debit transfers is on one tab and the account where it's being transferred to with the credit amounts is on another tab.
I was advised to mark each transaction (debit) with an "a,b,c" etc., and then the credit transactions with the specific letter to which the transactions match.
Is there a formula that will make this easier for me?
Example below:
 

Attachments

  • 2.png
    2.png
    20 KB · Views: 16
  • 1.png
    1.png
    20.1 KB · Views: 16

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
this should work for you, as long as dont have multiple amounts on the same date. if you had another unique data point for each (transaction id, confirmation code, etc) that would be the same on both lists, then could use that also.
----------------
Book1
ABCDEFG
1BankDateRefTransaction TypeDescriptionAmountmark
2ACC17/5/2021AddCredit TransferFrom ACC2 to Acc1$ 600,000.00a
Acc 1

---------------
Book1
ABCDEFG
1BankDateRefTransaction TypeDescriptionAmountmark
2ACC27/5/2021Debit TransferFrom ACC2 to Acc1$ (600,000.00)a
Acc 2
Cell Formulas
RangeFormula
G2G2=INDEX('Acc 1'!G:G,MATCH(1,(B2='Acc 1'!B:B)*(F2=('Acc 1'!F:F)*-1),0))
 
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,078
Latest member
skydd

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