Help referencing most recent payment date

JustSomeGuy

New Member
Joined
Sep 17, 2018
Messages
3
Hello All,

Thanks in advance for whatever help comes my way.

I have been doing a lot of research on how to return the date of a most recent payment, unfortunately, my situation seems to be a little different than what the videos out there are showing.

Bottom line, I have a running daily column and jot down when payments come in and how much (in this instance, the amount doesn't matter).

Please see example and question below:

DATE PAYMENTS
9/1/2018 $10,000.00
9/2/2018
9/3/2018 $1,500.00
9/4/2018
9/5/2018 $7,000.00
9/6/2018
9/7/2018
9/8/2018 $6,500.00
9/9/2018
9/10/2018
9/11/2018
9/12/2018
9/13/2018
9/14/2018
9/15/2018

As stated above, my dates revolve year round, and go back to 2014, the sheet currently has over 1500 rows. I tried using a formula referencing the payment column with a function of ">0" but still couldn't get it to work properly.

Question: Given the data above, how do I have Excel tell me that the most recent payment was $6,500 and took place on 9/8/2018?

Thanks again for any help!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Hi,

Don't know if there's more complexity in your Actual data, but this works for your sample shown:


Book1
ABCDE
1DATE PAYMENTSLast pmt amountDate
29/1/20181000065009/8/2018
39/2/2018
49/3/20181500
59/4/2018
69/5/20187000
79/6/2018
89/7/2018
99/8/20186500
109/9/2018
119/10/2018
129/11/2018
139/12/2018
149/13/2018
159/14/2018
169/15/2018
Sheet266
Cell Formulas
RangeFormula
D2=LOOKUP(9.99999999999999E+307,B2:B16)
E2=LOOKUP(9.99999999999999E+307,B2:B16,A2:A16)
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,699
Members
449,048
Latest member
81jamesacct

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