Hello,
I'm having an issue with a cross sheet formula. I'm trying to build a budget tracking system in two parts. It involves a top sheet with a the sum of all expenses by category and an expense log that is a running list of expenses.
I tested the following SUMIFS in the expense log and it works correctly.Where it is returning the total amount for an editor that fits these criteria.
=SUMIFS(Amount:Amount, [Expense Category]:[Expense Category], "Personnel", [Hiring Status]:[Hiring Status], "Freelance", Department:Department, "Editorial/Production", Position:Position, "Editor", [Payment Status]:[Payment Status], "Actual")
However when I try to reference the expense log and use the same formula in the top sheet I get #UNPARSEABLE.
=SUMIFS({Test Expense Log Range 1}, (Amount:Amount, [Expense Category]:[Expense Category], "Personnel", [Hiring Status]:[Hiring Status], "Freelance", Department:Department, "Editorial/Production", Position:Position, "Editor", [Payment Status]:[Payment Status], "Actual"))
Is there a step I'm missing to get the formula to work?
Thank you!