Maths numpty

gus3049

New Member
Joined
Sep 6, 2021
Messages
3
Office Version
  1. 2011
Platform
  1. MacOS
Hello,

I do our monthly books with Exell and, at present, do a few things manually that I'm sure could be done automatically. What I need is a total for each heading such as 'food', 'misc' etc. I want to find those words in one column and then add the values in another that the words relate to. Each total should appear in one cell so I know the monthly expenditure. So lookup all 'foods' and add the sums the word refers to.
Does that make sense? I don't want to change the layout as I've got used to it. Hopefully I can load a pic of how I've laid it out.
exell.jpeg
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi & welcome to MrExcel.
Do you mean you want to sum col A where col B says food?
 
Upvote 0
Ok, how about
Excel Formula:
=SUMIFS(A:A,C:C,"food")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,241
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top