LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Lookup and Reference (without duplication)

Hello,

I'm hoping that someone can help me with this problem.

I have a spreadsheet where I am dumping raw data into one worksheet,
and I want another 2 worksheets to look at that data and list out all
of the information pertaining to their criteria.

the Data worksheet (which is the suspense) contains sequence numbers,
dates, vendor ID's and a host of other information. In column A, I have
plucked out the first letter of the Vendor ID. (what I am trying to
achieve - the first worksheet lets call it "first" look up all records
that begin with an "A"or "B" or "C" or "D" up to "I" and list the
records one by one down the page WITHOUT DUPLICATION, then the second
worksheet lets call it "second" will list all of the remaining
alphabet's "J" to "Z".

I have managed to get part of the way there through this formula:
=IF(ISERROR(INDEX(Suspense!$A$2:$K$139,SMALL(IF(Su spense!$A$2:$A$139="A",ROW(Suspense!$A$2:$A$139)), ROW(Suspense!1:1)),2)),"",(INDEX(Suspense!$A$2:$K$ 139,SMALL(IF(Suspense!$A$2:$A$139="A",ROW(Suspense !$A$2:$A$139)),ROW(Suspense!1:1)),2)))

However I can only look at one criteria at a time, i.e. "A" first then
"B". I would really like to get the formula to work right straight away
with no messing around.

So.... by using the formula above, I have split my criteria into lines
of 100. All the "A"'s are looked up in rows 2-101, "B"'s are rows
102-202 etc.

If there is no way of completing this formula in one go, is it possible
to Look up the results on "first" and reference them on a new
worksheet, where all information is copied across, and all blanks are
skipped?

Any help would be great!!!

Thanks
Excel_OZ

 
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
Can you lookup a value & get the cell reference? S. Bevins Excel Worksheet Functions 4 September 7th 06 05:44 PM
Lookup a value and return its cell reference instead of the value LBenslay Excel Discussion (Misc queries) 1 July 19th 06 06:20 PM
Lookup and Reference Al Excel Worksheet Functions 0 October 6th 05 05:26 PM
Return cell reference of lookup value bobm Excel Worksheet Functions 3 July 7th 05 08:49 AM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


All times are GMT +1. The time now is 07:29 AM.

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"