[Solved] Total expenditure (Amount) for each of the category

Discuss the spreadsheet application
Post Reply
Mark Bulgaria
Posts: 2
Joined: Thu Dec 05, 2019 1:21 pm

[Solved] Total expenditure (Amount) for each of the category

Post by Mark Bulgaria »

Date        Income/Expenses  Category       Memo         Amount  
2019-11-29  Expenses         Food           kaufland     -15.85  
2019-11-28  Expenses         Food           yanna        -52.15  
2019-11-27  Expenses         Car            petrol       -40     
2019-11-27  Expenses         Entertainment  Starbucks    -12.2   
2019-11-27  Expenses         Shopping       lidal Sonia  -40.02  
2019-11-27  Expenses         Clothing       belt         -45     
2019-11-27  Expenses         Entertainment  McDonald's   -18.3   
2019-11-27  Expenses         Entertainment  Happy        -109.42 
2019-11-25  Expenses         Food           yanna        -32     
2019-11-25  Expenses         Health         chemist      -38.06

These are some of the figures from a spreadsheet and what I would like to do is add up all the different category's and have one total expenditure (Amount) for each of the category's is there a method to do this and would be possible to have a sample?

Thank you in advance.

Mark
Last edited by Hagar Delest on Fri Dec 06, 2019 11:58 pm, edited 2 times in total.
Reason: tagged solved
OpenOffice 3.1 on Windows Vista
User avatar
Zizi64
Volunteer
Posts: 11419
Joined: Wed May 26, 2010 7:55 am
Location: Budapest, Hungary

Re: Formulas

Post by Zizi64 »

You can use the function SUMIF() - if the date, the category and the value are not located in same cell.

Please upload a real, ODF type sample file here - instead of the textual sample.
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
John_Ha
Volunteer
Posts: 9584
Joined: Fri Sep 18, 2009 5:51 pm
Location: UK

Re: Formulas

Post by John_Ha »

Zizi64 wrote:You can use the function SUMIF() - if the date, the category and the value are not located in same cell
I think you will find that the whole concept of doing it like this is wrong and will lead to endless problems because if you use the text content of a cell to take a decision you must ensure that your spelling always correct and always identical - even two spaces instead of one will cause a search based on the text to be wrong. An example? You appear to have spelled Lidl as lidal. yanna and kaufland are not capitalised - Starbucks and Sonia are.

Code: Select all

Date Income/Expenses Category Memo Amount
2019-11-29 Expenses Food kaufland -15.85
2019-11-28 Expenses Food yanna -52.15
2019-11-27 Expenses Car petrol -40
2019-11-27 Expenses Entertainment Starbucks -12.2
2019-11-27 Expenses Shopping lidal Sonia -40.02
2019-11-27 Expenses Clothing belt -45
2019-11-27 Expenses Entertainment McDonald's -18.3
2019-11-27 Expenses Entertainment Happy -109.42
2019-11-25 Expenses Food yanna -32 
It is infinitely better to place the values in a column for that budget category - that way you know it is correct and can merely sum each column.

Better is to learn how to use Form Controls (check Help) so you can select from a drop-down list box which lists all the categories, income/expense etc, and just leave Memo as a free text area. A half-way method is a Select from list as in the image below.
Clipboard02.gif
I also think you will also get very confused by setting expenditure as a negative number - you should set it as a positive number. The fact that it is expenditure means you subtract it from your income or from your running balance. As it is you will have to add your negative expenditure to your income to get what you have saved. This is the classic error of having the same information (Expenditure and -ve) stored twice in two different places - in time they will get changed and no longer agree.

I strongly suggest you learn a little more about spreadsheets before starting again. See [Tutorial] Ten concepts that every Calc user should know and the Calc Guide.

See 15 Excel Spreadsheet Templates for Managing Your Finances

Better still, use a database with a form to enter each transaction and and create multiple reports on the entered data. This separates data entry and analysis and protects the data from accidental change.

Even better get a free or pay for package to do family finances.
LO 6.4.4.2, Windows 10 Home 64 bit

See the Writer Guide, the Writer FAQ, the Writer Tutorials and Writer for students.

Remember: Always save your Writer files as .odt files. - see here for the many reasons why.
User avatar
Villeroy
Volunteer
Posts: 31323
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Total expenditure (Amount) for each of the category

Post by Villeroy »

Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Mark Bulgaria
Posts: 2
Joined: Thu Dec 05, 2019 1:21 pm

Re: Total expenditure (Amount) for each of the category

Post by Mark Bulgaria »

Thank you everyone for their help and support
OpenOffice 3.1 on Windows Vista
RMRavik
Posts: 2
Joined: Sun Nov 24, 2024 6:46 pm
Location: Aberdeen, Washington

Re: [Solved] Total expenditure (Amount) for each of the category

Post by RMRavik »

I'm sorry but I don't see a formula other than =SUMIF(). That's fine if you know the format. I have a file I could use this on and would like to upload it but don't know how
Open Office 4.1.14 - Windows 11, 64
User avatar
Zizi64
Volunteer
Posts: 11419
Joined: Wed May 26, 2010 7:55 am
Location: Budapest, Hungary

Re: [Solved] Total expenditure (Amount) for each of the category

Post by Zizi64 »

I have a file I could use this on and would like to upload it but don't know how
Use the Post Reply (but not the Quick Reply), and then use the Attachment TAB under the message editor window.
Tha maximal file size is 128 kiB in this forum.
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
RMRavik
Posts: 2
Joined: Sun Nov 24, 2024 6:46 pm
Location: Aberdeen, Washington

Re: [Solved] Total expenditure (Amount) for each of the category

Post by RMRavik »

After sending this request I continued working on it and found that instead of using " " I was using ' '. It's working great now so thanks for the information because I am sure I will need it in the future
Open Office 4.1.14 - Windows 11, 64
Post Reply