Help with Formula to pull most recent amount

Mldeuser

Well-known Member
Joined
Dec 27, 2008
Messages
573
Office Version
  1. 365
Platform
  1. Windows
Hello

I am having issues making the following formula pull in the most recent payment amount from another tab.

=IF(H7=W7,0,IF(J7<=$A$1,IFERROR(LOOKUP(9.99999999999999E+307,SEARCH($A7,Payment!A:A),Payment!P:P),0),0))

What I am trying to do in column V is if the amount in column H = the amount in column W then 0. If this is not the case then to look at the date in column J and if it is less than or equal to the date in cell A2 the compare column A on the data tab to column A on the payment tab.

This is where I am having the issue, if there are two payments to bring the mot current payment amount back.

For example if there is a payment made on 05/18/18 for $10,000 and another payment made on 06/19/18 for $15,000 I would like it to bring back the $15,000 amount.

On the data tab Cell A2 = 06/19/2018 the date in cell J7 = 06/15/2018 so in this case it matches the criteria but it is bringing back the first payment it finds.

Any thoughts on how to correct this would be greatly appreciated

Thank you
Mark
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,213,506
Messages
6,114,024
Members
448,543
Latest member
MartinLarkin

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