I am trying to SUM up the invoices were the Status is Match by Month and report on another file. I am having trouble with the formula.
=SUMIFS({InvoicebyMonth}, [Invoice Visibility]3, {InvoiceAmt}, {MatchedStatus},"Matched”)
To get the count of invoices I ended up putting in a column to show the number of invoices processed so I could enter a 0 if in Error and the formula below worked.
=SUMIF({InvoicebyMonth}, [Invoice Visibility]1, {Processing}
The intent is for the Monthly Invoice Visibility to be available in a Dashboard but in Real time once the formula is working.
Any help would be appreciated as I am still learning but trying to build a complex dashboard.
Thanks in advance for your help.