Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
How do you search for data from a table having 2 criterias? Example: Month Name Score Jan John 3 Jan Mark 2 Jan Tom 4 Feb John 5 Feb Mark 3 Feb Tom 4 Mar John 5 Mar Mark 4 Mar Tom 3 Let's say i want to look for the score for john in Feb. What formula could I use? Thank you, |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On Mon, 26 Apr 2010 11:55:01 -0700, Aris
wrote: Hi, How do you search for data from a table having 2 criterias? Example: Month Name Score Jan John 3 Jan Mark 2 Jan Tom 4 Feb John 5 Feb Mark 3 Feb Tom 4 Mar John 5 Mar Mark 4 Mar Tom 3 Let's say i want to look for the score for john in Feb. What formula could I use? Thank you, Try this formula: =SUMPRODUCT(--(A:A="Feb"),--(B:B="John"),C:C) Hope this helps / Lars-Åke |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am not sure that this will work as you need to define the range for
SUMPRODUCT Each element needs to be the same size =SUMPRODUCT(--(A1:A10="Feb"),--(B1:B10="John"),C1:C10) edvwvw Lars-Ã…ke Aspelin wrote: Hi, [quoted text clipped - 16 lines] Thank you, Try this formula: =SUMPRODUCT(--(A:A="Feb"),--(B:B="John"),C:C) Hope this helps / Lars-Ã…ke -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...l-new/201004/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying values from pivot table to cells outside pivot table | Excel Discussion (Misc queries) | |||
duplicate table just values not formulas in the table | Charts and Charting in Excel | |||
Populating a table based on values in another table | Excel Worksheet Functions | |||
Values in a Table | Excel Worksheet Functions | |||
Looking up values in a table | Excel Worksheet Functions |