I am trying to write my 1st SUMIF formula based on a suggestion from a colleague but not coming right :(
We are setting up a budget tracking sheet for the organisation to use as many people will be adding rows to various categories I am trying to write a formula that will check the Category in the "Activity" column and then based on that SUM the values so I will always have the total irrespective of the # of rows.
These are the formulas I tried but they are not working.
I also then wondered whether I should be doing an IF and then SUM formula but had no joy with that either.
Formula attempts:
=SUMIFS([Invoice Value]:[Invoice Value], Activity:Activity, "Gifting")
=SUMIFS([Invoice Value]:[Invoice Value], (Activity:Activity, "Gifting")
=SUMIF([Invoice Value]:[Invoice Value], (Activity:Activity), "storage")
=IF(Activity:Activity, "Storage" SUM([Invoice Value]:[Invoice Value]
=SUMIF(Activity:Activity, "Storage", [Invoice Value]:[Invoice Value])
I am also going to need a formula that adds based on activity group.
If someone can put me out of my misery, hoping it is not too difficult to get this right.