I am looking whether to create a Sheet Summary Field or Report based on Sheet for the following. I am also struggling with the correct formula, as well.
Would like to report total # of claims and total sum of account balances for Closed Claims weekly and monthly.
Weekly: would like the process to automatically update on Friday afternoons, reporting Mon-Fri results (work week)
Monthly: I would like to report this as an automatic running cumulative (day by day- adding up to the month)
Columns:
Initial Status (report # of status 'closed' claims)
Account Balance (report sum of all 'closed' claims)
This is the formula that I used for attempting a week report:
=SUMIFS([Account Balance]:[Account Balance], [Initial Status]:[Initial Status], "Closed", [Close Date]:[Close Date], >= TODAY() - WEEKDAY(TODAY()) + 2, [Close Date]:[Close Date], <= TODAY() - WEEKDAY(TODAY()) + 6)
Suggestions on where and how I should report this? I should also mention that I need both of these elements to report to a dashboard.