Sean15
Well-known Member
- Joined
- Jun 25, 2005
- Messages
- 719
- Office Version
- 2010
- Platform
- Windows
Excel 2010 | |||||
---|---|---|---|---|---|
A | B | C | |||
18 | First Name | Last Name | Amt | ||
19 | John | Johnson | 15,000.00 | ||
20 | Smith | Smithson | 850.00 | ||
21 | James | Jemson | 17,520.00 | ||
22 | ken | Jemson | 16,500.00 | ||
23 | |||||
24 | John A Johnson | 15,000.00 | |||
25 | Smith Smithson | 850.00 | |||
26 | Johnson, John | 15,000.00 | |||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B24 | =LOOKUP(9.99999999999999E+307,SEARCH($A$19:$A$22,A24)*SEARCH($B$19:$B$22,A24),$C$19:$C$22) | |
B25 | =LOOKUP(9.99999999999999E+307,SEARCH($A$19:$A$22,A25)*SEARCH($B$19:$B$22,A25),$C$19:$C$22) | |
B26 | =LOOKUP(9.99999999999999E+307,SEARCH($A$19:$A$22,A26)*SEARCH($B$19:$B$22,A26),$C$19:$C$22) |
LOOKUP and SEARCH formula is adapted from one of Aladin Akyurek's post.
Why is formula in B24 and B26 returning $15,000.00 when search criteria does not match?
Could someone post formula for exact match please.
Last edited: