Forum Discussion
Need formula to track unpaid bills
- May 16, 2022
Rizwan_Hussain Ah, you must have an older version of Excel that doesn't recognize XLOOKUP. I have changed it to use INDEX( MATCH () ) combo in the attached.
That said if you have a list and a criteria then on another sheet you can use the FILTER() function to show all the items on the list/table that match your criteria. (you can also use pivot tables or power query)
- Rizwan_HussainMay 09, 2022Copper Contributor
mtarler thanks for the response.
Sheet A contains list of receipts from customer and sheet B contains number of bills invoiced to customer. Problem is that there is no common identifier in both sheets. I want to place the number of bills from sheet B against receipts in sheet A upto the receipt amount. Sample are attached below;
- mtarlerMay 12, 2022Silver Contributor
Rizwan_Hussain I still don't think we have enough information. I took a stab at it and made an assumption that the bills were in order of the receipts and used the cumulative totals but I don't think that is the case. Here is the attachment but i think we need more information on HOW you expect the items to get matched up.
- Rizwan_HussainMay 13, 2022Copper Contributor
mtarler Below sample is attached performed on one receipt. Bill amount from billing sheet upto receipt amount 2,237,003 is extracted and placed under receipt amount manually. I want to develop a formula that helps me in extracting billing amount and place under receipt amount.