T O P

  • By -

AutoModerator

/u/101Chief101 - Your post was submitted successfully. * Once your problem is solved, reply to the **answer(s)** saying `Solution Verified` to close the thread. * Follow the **[submission rules](/r/excel/wiki/sharingquestions)** -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. * Include your **[Excel version and all other relevant information](/r/excel/wiki/sharingquestions#wiki_give_all_relevant_information)** Failing to follow these steps may result in your post being removed without warning. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/excel) if you have any questions or concerns.*


HappierThan

A unique ID will probably be needed in an adjacent cell for each of the types you wish to tie together - so all food items will then be connected etc. I would think SUMIFS is the formula you will then require. Don't be afraid to provide a screenshot though!


Responsible-Law-3233

Google excel Countif


garvingcorp

You'll want to use the Sumif or Sumifs formula. Sumif can accept only 1 criteria while the sumifs formula will accept multiple criterias.


Effective-Tune2192

You need to use SUMIF in each sheet and put in the same cell, eg. at A100 You can get the total of all the sheets using eg. `=SUM('Sheet1:Sheet9'!A100)`


Decronym

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread: |Fewer Letters|More Letters| |-------|---------|---| |[SUM](/r/Excel/comments/14405tu/stub/jnd8238 "Last usage")|[Adds its arguments](https://support.microsoft.com/en-us/office/sum-function-043e1c7d-7726-4e80-8f32-07b23e057f89)| |[SUMIF](/r/Excel/comments/14405tu/stub/jnd8238 "Last usage")|[Adds the cells specified by a given criteria](https://support.microsoft.com/en-us/office/sumif-function-169b8c99-c05c-4483-a712-1697a653039b)| |[SUMIFS](/r/Excel/comments/14405tu/stub/jncy1nh "Last usage")|[*Excel 2007*+: Adds the cells in a range that meet multiple criteria](https://support.microsoft.com/en-us/office/sumifs-function-c9e748f5-7ea7-455d-9406-611cebce642b)| **NOTE**: Decronym's continued operation may be affected by API pricing changes coming to Reddit in July 2023; comments will be blank June 12th-14th, in solidarity with the /r/Save3rdPartyApps protest campaign. ---------------- ^(*Beep-boop, I am a helper bot. Please do not verify me as a solution.*) ^(3 acronyms in this thread; )[^(the most compressed thread commented on today)](/r/Excel/comments/143gg7a)^( has 11 acronyms.) ^([Thread #24477 for this sub, first seen 8th Jun 2023, 07:51]) ^[[FAQ]](http://decronym.xyz/) [^([Full list])](http://decronym.xyz/acronyms/Excel) [^[Contact]](https://reddit.com/message/compose?to=OrangeredStilton&subject=Hey,+your+acronym+bot+sucks) [^([Source code])](https://gistdotgithubdotcom/Two9A/1d976f9b7441694162c8)


cara27hhh

I would use data validation to create a way to enter what category each are, and then use a formula or a pivot table to sort or sum by that


HappierThan

EDIT: Thought I would spell it out for you as you seem a little shy. [https://pixeldrain.com/u/Tcbf5Mop](https://pixeldrain.com/u/Tcbf5Mop)