Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I quite often have this problem, and I have never come up with a solution...
In this example I have customers coming to our restaurant at Christmas. We have food orders for each customer. I want to be able to look for all the customers sat on table 1 (in one column) and count how many people want (for example) soup (in another column). Any obvious functions I am missing? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sumproduct could be used, I believe.
Something like this In D2: =sumproduct((b2:b100="Table1")*(c2:c100="Soup")) will count the number of occurrences of "Table1" in col B with "Soup" in col C -- Max Singapore http://savefile.com/projects/236895 Downloads:20,500 Files:365 Subscribers:65 xdemechanik --- "leekesm" wrote: I quite often have this problem, and I have never come up with a solution... In this example I have customers coming to our restaurant at Christmas. We have food orders for each customer. I want to be able to look for all the customers sat on table 1 (in one column) and count how many people want (for example) soup (in another column). Any obvious functions I am missing? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
SUMPRODUCT
-- David Biddulph "leekesm" wrote in message ... I quite often have this problem, and I have never come up with a solution... In this example I have customers coming to our restaurant at Christmas. We have food orders for each customer. I want to be able to look for all the customers sat on table 1 (in one column) and count how many people want (for example) soup (in another column). Any obvious functions I am missing? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Returning a text by searching the whole workbook | Excel Discussion (Misc queries) | |||
Searching in another workbook for a string and returning with the contents of the cell next to it. | Excel Worksheet Functions | |||
Searching a column and returning a yes or no answer | Excel Worksheet Functions | |||
LOOKUP returning value in cell above what I was searching for | Excel Discussion (Misc queries) | |||
Searching and returning row number of a value | Excel Worksheet Functions |