List of Due Dates from Part Payment events

reynold

New Member
Joined
Nov 7, 2015
Messages
13
Hello Experts,

I am looking to create a single list which remind me of upcoming payment due dates (Columns: Due Date, Amount, Vendor Name, Approved Date) (it will populate information from the below table which Payment Requestors and Accountants Fill)

Below Table shows,

Requestor Fills first 9 columns, and Accountants Pays and fills next 6 columns. It becomes difficult for my accountant to know which payment is due in the coming week or so on. I am figuring how can i create above said list of Due dates with columns Due Date, Amount, Vendor Name, Approved Date.

Any Guidance to help me start please.

RequestorAccountant
Approved DtVendorT.AmountPayment 1AmtPayment 2AmtPayment 3AmtPayment 1AmtPayment 2AmtPayment 3Amt
10 Dec 15ABC10,00017 Dec 15500025 Dec 15300028 Dec 15200017 Dec 20155000
12 Dec 15LMN20,00025 Dec 151000028 Dec 1510000
14 Dec 15XYZ5,0005 Jan 165000

<tbody>
</tbody>
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
this works with your sample data;

input your Vendor Name in Column S, and copy formula down
Code:
[B]Excel 2012[/B][TABLE]
<tbody>[TR="bgcolor: #DAE7F5"]
[TH][/TH]
[TH]A[/TH]
[TH]B[/TH]
[TH]C[/TH]
[TH]D[/TH]
[TH]E[/TH]
[TH]F[/TH]
[TH]G[/TH]
[TH]H[/TH]
[TH]I[/TH]
[TH]J[/TH]
[TH]K[/TH]
[TH]L[/TH]
[TH]M[/TH]
[TH]N[/TH]
[TH]O[/TH]
[TH]P[/TH]
[TH]Q[/TH]
[TH]R[/TH]
[TH]S[/TH]
[TH]T[/TH]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD]Requestor[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD]Accountant[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]Approved Dt[/TD]
[TD]Vendor[/TD]
[TD]T.Amount[/TD]
[TD]Payment 1[/TD]
[TD]Amt[/TD]
[TD]Payment 2[/TD]
[TD]Amt[/TD]
[TD]Payment 3[/TD]
[TD]Amt[/TD]
[TD]Payment 1[/TD]
[TD]Amt[/TD]
[TD]Payment 2[/TD]
[TD]Amt[/TD]
[TD]Payment 3[/TD]
[TD]Amt[/TD]
[TD="align: right"][/TD]
[TD]Due Date[/TD]
[TD] Amount[/TD]
[TD] Vendor Name[/TD]
[TD] Approved Date[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: right"]10-Dec-15[/TD]
[TD]ABC[/TD]
[TD="align: right"]10,000[/TD]
[TD="align: right"]17-Dec-15[/TD]
[TD="align: right"]5000[/TD]
[TD="align: right"]25-Dec-15[/TD]
[TD="align: right"]3000[/TD]
[TD="align: right"]28-Dec-15[/TD]
[TD="align: right"]2000[/TD]
[TD="align: right"]17-Dec-15[/TD]
[TD="align: right"]5000[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"]25-Dec-15[/TD]
[TD="align: right"]3000[/TD]
[TD]ABC[/TD]
[TD="align: right"]10-Dec-15[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: right"]12-Dec-15[/TD]
[TD]LMN[/TD]
[TD="align: right"]20,000[/TD]
[TD="align: right"]25-Dec-15[/TD]
[TD="align: right"]10000[/TD]
[TD="align: right"]28-Dec-15[/TD]
[TD="align: right"]10000[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"]25-Dec-15[/TD]
[TD="align: right"]10000[/TD]
[TD]LMN[/TD]
[TD="align: right"]12-Dec-15[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: right"]14-Dec-15[/TD]
[TD]XYZ[/TD]
[TD="align: right"]5,000[/TD]
[TD="align: right"]05-Jan-16[/TD]
[TD="align: right"]5000[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"]05-Jan-16[/TD]
[TD="align: right"]5000[/TD]
[TD]XYZ[/TD]
[TD="align: right"]14-Dec-15[/TD]
[/TR]
</tbody>[/TABLE]
[CENTER][COLOR=#161120][B]Sheet1[/B][/COLOR][/CENTER]

[TABLE="width: 85%"]
<tbody>[TR]
[TD][B]Worksheet Formulas[/B][TABLE="width: 100%"]
<tbody>[TR="bgcolor: #DAE7F5"]
[TH]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
[TR]
[TH="bgcolor: #DAE7F5"]Q3[/TH]
[TD="align: left"]=IF([COLOR=Blue]K3+M3+O3=C3,"All Paid",IF([COLOR=Red]K3+M3+O3=0,D3,INDEX([COLOR=Green]D3:I3,MATCH([COLOR=Purple]INDEX([COLOR=Teal]J3:O3,MATCH([COLOR=#FF00FF]9.99999999999999E+307,J3:O3[/COLOR])-1[/COLOR]),D3:I3,0[/COLOR])+2[/COLOR])[/COLOR])[/COLOR])[/TD]
[/TR]
[TR]
[TH="bgcolor: #DAE7F5"]R3[/TH]
[TD="align: left"]=IF([COLOR=Blue]K3+M3+O3=C3,0,INDEX([COLOR=Red]D3:I3,MATCH([COLOR=Green]Q3,D3:I3,0[/COLOR])+1[/COLOR])[/COLOR])[/TD]
[/TR]
[TR]
[TH="bgcolor: #DAE7F5"]T3[/TH]
[TD="align: left"]=INDEX([COLOR=Blue]A:A,MATCH([COLOR=Red]S3,B:B,0[/COLOR])[/COLOR])[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
or this in Q3 also works

=IF(K3+M3+O3=C3,"All Paid",IF(K3+M3+O3=0,D3,INDEX(D3:I3,MATCH(MAX(J3,N3,L3),D3:I3,0)+2)))
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,812
Members
449,095
Latest member
m_smith_solihull

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