I am looking for a way to calculate some percentages in my base.
There are a few things I need to do first:
1. I want to only include records listed as "Budgeted" or "Not Budgeted", not any "N/A" records. (this removes TEST 1 and TEST 4 from my calculations)
2. I also want to only include records with an authorized budget entered, so exclude any that the authorized budget=$0.00 (this removes TEST 2 and TEST 3 from my calculations)
3. Of those filtered to only budgeted or not budgeted and not $0.00, I want to count the ones with a remaining budget greater than 0, and count those with remaining budget less than zero, getting a percentage of the two. (in this table you can see there would be 50% on budget, 50% remaining budget is negative.
The end goal is to display the percent of records on budget, the percent of records over budget, and possibly the percent of records with no authorized budget entered.
I know the process would involve another table with lookup fields and rollup fields but I can figure out the steps to make it work...