NEED HELP! I have the following 3 sheets of ...

NEED HELP!

I have the following 3 sheets of which Im trying to obtain reports

PROJECTS (sheet) - id - project name

EXPENSES (sheet) - id - project name (ref to PROJECT sheet) - amount - status (request, in process, paid)

SUMMARY EXPENSES (sheet) - id - project name (ref to PROJECT sheet) - Paid expenses

Im using the following formula for the (Paid expenses) column to obtain the total of expenses paid

=SUM(SELECT(Expenses [amount],AND([_THISROW].[project name]=[project name], [Payment Status]=โ€œPaidโ€)))

this formula works fine at the beginning to provide the total of paid expenses. The problem Im having is that when I change the status of โ€œStatusโ€ column in the โ€œExpensesโ€ sheet, from in process to paid; it does not reflect on the โ€œPaid expensesโ€ column of the โ€œSummary expensesโ€ sheet.

any thoughts?

0 1 352
1 REPLY 1
Top Labels in this Space