Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to retreive a date from one worksheet and place it on another.
Most often, I can match on company name, but there are times when the company name is not unique and I have to use first/last name. The following is an example of data on the worksheet I am trying to retreive from: Acutech 12/01/05 N Ms. Linda Dendy Adams Simpson LLP 12/01/05 N Mr. Jesse Evans Adams Simpson LLP 01/01/06 N Ms. Deborah Hembree I am using the following: =INDEX(Misc!$A:$C,MATCH(C38,Misc!$A:$A,0),2). This will work and find the match, pick the date (from the second column), but in the case where the company is Adams Simpson LLP, it will always choose the 12/01/05 date. I need to find both. So I would need to match on the first and last name if there is more than one entry of the company. Can this be done (simply)? Thank you. -- hgopp99 -- hgopp99 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row filtering based on input box entry (column heading) | Excel Worksheet Functions | |||
Choose data from a particular column based on a specific value | Excel Worksheet Functions | |||
Arithmetical Mode of Criteria in Multiple Non-Adjacent columns | Excel Worksheet Functions | |||
generate multiple rows based on cell value | Excel Worksheet Functions | |||
Can you average data in 1 column based on a range of values in another? | Excel Worksheet Functions |