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...