Forum Discussion
Rizwan_Hussain
Apr 29, 2022Copper Contributor
Need formula to track unpaid bills
Hi, is there any formula in excel or technique to place bills existing in another sheet to place under receipt and remaining bills under the 2nd receipt and so on.
- 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.
Rizwan_Hussain
May 16, 2022Copper Contributor
mtarler, when sheet is opened Xlookup formula in billing sheet turned into #name error. =_xlfn.XLOOKUP(SUM(Table2[[#Headers],[Amount]]:[@Amount])-[@Amount]+0.1,receipts[cumulative],receipts[unique ID],,1)
How can I solve this?
Thanks for the support.
mtarler
May 16, 2022Silver Contributor
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.
- Rizwan_HussainMay 19, 2022Copper ContributorThanks mtarler, It worked succesfully.