Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Basic output from 3rd party database is .xls in a format similar to:
Name OtherData OtherData EventName PointsEarned Jones xxxxx xxxxx baseball 2.0 Jones xxxxx xxxxx football 2.5 Jones xxxxx xxxxx soccer 3.0 Smith xxxxx xxxxx baseball 1.0 Smith xxxxx xxxxx football 1.1 Smith xxxxx xxxxx soccer 1.5 White...and so on My Goal: Lookup by Name and EventName, and return PointsEarned. BASEBALL FOOTBALL SOCCER Jones 2.0 2.5 3.0 Smith 1.0 1.1 1.5 White... I also totally lack understanding of PivotTables, and out of pure stubbornness, am trying to avoid using them. ...probably to my own demise. Thanks in advance. -- JMG |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
return multiple records matching multiple criteria | Excel Worksheet Functions | |||
Multiple search criteria to return one response | Excel Worksheet Functions | |||
How do I search excel spreadsheets using multiple search criteria. | Excel Worksheet Functions | |||
Search string with multiple criteria | Excel Worksheet Functions | |||
search multiple worksheets for an item and return the Wsheets name | Excel Worksheet Functions |