referencing date in a cell based on total paid

BigDLizzle

New Member
Joined
Aug 12, 2021
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
Hey Guys

I have a spreadsheet to track tutoring costs.

I want to show deposits/payments from a client, the date of these deposits being nondiscriminatory (I will sum these deposits on separate cell if necessary), and pull information as to a date they are paid up to.

Lets say I have these days(weeks):
8.09.2021 - 100$
8.16.2021 - 80$
8.23.2021 - 100$
8.30.2021 - 40$
9.06.2021 - 80$

The client has paid 280$ already. How can I have excel pull information that they've paid up to 8.23.2021 already. AND, if they pay the following weeks payment of 40$, how can I have it so it pulls the 8.30.2021 date...all in one formula hopefully.

I want to create a invoice, or running balance to be sent to the client on a monthly, or weekly basis.

Keep in mind that I'm creating this for my mother in-law to use, so I'm hoping I can sue excel, because she probably wont have the motivation to learn access, or any other program...AND it needs to be simple for her to use. I will lock whatever cells need to be locked, as to avoid having her input any formulas or the like
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi,
You can use helper column to add the subtotals

See if this helps....

VBA Working.xlsm
ABCDEF
1DATEPAYMENTSHELPER COLUNM
29-Aug-21$100$100PAYMENTPAID TILL
316-Aug-21$80$180$28023-Aug-21
423-Aug-21$100$280
530-Aug-21$40$320
66-Sep-21$80$400
Sheet4
Cell Formulas
RangeFormula
F3F3=INDEX(A2:A6,MATCH(E3,C2:C6,0))
C2C2=B2
C3:C6C3=C2+B3
 
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,457
Members
449,083
Latest member
Ava19

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