Greetings. Any logic/formula suggestions appreciated… I have a CALC file with Sheet1 and Sheet2. Sheet2 contains 3 columns, “bill”, date (DD/MM/YYYY), amount. Sheet1 contains B1 = Manually typed date in DD/MM/YYYY format. Columns A2:A & B2:B contain each budget Bill name and I want column B to lookup() Sheet2.A:A and match Sheet1.$A:A (bill name), however, not include records in Sheet2 that have dates greater than the date typed into Sheet1.B1. EXAMPLE.ods - Google Drive ← example sheet. I have it semi working with SUMIFS, however, obviously i dont want to tally ALL matches, i just want it to return the last record found that matches. Similarly I am having SOME luck with lookup() but can not find a working solution to make it test the date.
First time posting … hope google drive link to example file is okay. Any help appreciated.