LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Searching multiple data to show desired result

Precisely the reason why I responded with the core array expression to
retrieve it "as-is" from Sheet2's col D, separate from ensuing action to
strip out what-have-you.

There could be various reasons why the #N/A:
a. Did you correctly array-enter it, before propagating across/down? Visual
check by looking in the formula bar, there should be curly braces: {..}
wrapped by Excel, post confirmation. If there's none, then it isn't
array-entered, and you have to confirm it again (click inside the formula
bar, do the CSE), and re-check for the curlies.

b. If (a) is ok, then there's data inconsistency preventing what should
otherwise have matched correctly, eg extra white spaces. You could use TRIM
for increased robustness in the matching of the concat lookups vs the array
in Sheet2's col C, eg:
=INDEX(Sheet2!$D$2:$D$100,MATCH(MAX(IF(TRIM(Sheet2 !$C$2:$C$100)=TRIM(B$1&$A2),Sheet2!$B$2:$B$100)),I F(TRIM(Sheet2!$C$2:$C$100)=TRIM(B$1&$A2),Sheet2!$B $2:$B$100),0))

Get the above returning correctly first before you proceed to tackle the 2nd
part. You could start a new thread for the 2nd part, elaborating on the full
range of possible values in Sheet2's col D, and what you want stripped out.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"lawandgrace" wrote:
Sorry, I've tried several times and I keep getting the #N/A error code. Also,
I do not have to search for the dash as not all the returned data will
necessarily have a dash (it might return a single number), so for that
instance I think I just need something like =RIGHT(cell,1). But I could be
wrong :-)

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to drop leading zero in 0.700? desired result is .700 KenK Excel Discussion (Misc queries) 2 October 19th 08 05:59 AM
Which numbers give desired result Studebaker Excel Discussion (Misc queries) 14 April 29th 08 09:22 PM
which function can get the desired result? ADK Excel Worksheet Functions 3 May 9th 07 03:10 PM
Multiple criteria options determine which name to show as result. Twishlist Excel Worksheet Functions 1 April 10th 07 09:05 AM
HOW TO GET A DESIRED 'SUMIF' RESULT FROM A FILTERED DATA ABDUL RAHMAN Excel Worksheet Functions 1 August 2nd 06 03:05 PM


All times are GMT +1. The time now is 12:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"