Hi Smartsheet Community,
I'm having an issue with a cross-sheet SUMIFS
formula that works most of the time, but occasionally shows a #INVALID REF error in the sheet and/or reports. To fix this I need to manually open and save the source sheet.
The goal is to sum the invoiced retainer amount on the INVOICE sheet using three criteria 1) PO#, 2) Status is not Rejected, and 3) the BFMatterRef.
Here's the formula, which lives in my PO Sheet:
=SUMIFS({InvRetainerAmount}, {FirmInvoicePO}, [PO#]@row , {InvoiceStatus}, "<>Rejected", {BFMatterRef}, [BF Matter #]@row )
Has anyone experienced a similar issue with cross-sheet formulas not updating automatically when new data is added to the source sheet by an automation? Is there aa recommended workaround for this problem?
Thanks for your help!