How can i get the sum of values for each category?
I have this table to register my expenses:
I want other table where i can have the total amount for each category:
What is the formula to get the total amount/cost for each category?
Example: SUM("Actual Cost") where Category="TRANSPORTATION"