Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 358
Default how do you find many data?

Hi guys,
in a excel file I have this kind of data:
AKDTA AKTIM AKAVZ LVCOD
1090121 163209 16 MI10
1090121 182748 09 MI10
1090122 34439 21 MI10
1090122 54700 02 MI10
1090122 70124 01 MI10
1090122 75327 01 MI10

I'm looking for call the 3rd column value, being from the first: but "AKDTA"
is never the same word: I wanna get all values of "AKAVZ" on the same line of
"AKDTA" selected; so for 1090121, I wanna get: 16(for example in D1) and
09(in D2).
Help me please!!!





--
BBB
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how do you find many data?

Easiest way is to apply n use autofilter
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"andrew" wrote:
in a excel file I have this kind of data:
AKDTA AKTIM AKAVZ LVCOD
1090121 163209 16 MI10
1090121 182748 09 MI10
1090122 34439 21 MI10
1090122 54700 02 MI10
1090122 70124 01 MI10
1090122 75327 01 MI10

I'm looking for call the 3rd column value, being from the first: but "AKDTA"
is never the same word: I wanna get all values of "AKAVZ" on the same line of
"AKDTA" selected; so for 1090121, I wanna get: 16(for example in D1) and
09(in D2).


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 358
Default how do you find many data?

thank u a lot.
but I need a different way than apply autofilter.
do you have any idea else?
thank u for ur interesting.
--
BBB


"Max" wrote:

Easiest way is to apply n use autofilter
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"andrew" wrote:
in a excel file I have this kind of data:
AKDTA AKTIM AKAVZ LVCOD
1090121 163209 16 MI10
1090121 182748 09 MI10
1090122 34439 21 MI10
1090122 54700 02 MI10
1090122 70124 01 MI10
1090122 75327 01 MI10

I'm looking for call the 3rd column value, being from the first: but "AKDTA"
is never the same word: I wanna get all values of "AKAVZ" on the same line of
"AKDTA" selected; so for 1090121, I wanna get: 16(for example in D1) and
09(in D2).


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how do you find many data?

but I need a different way than apply autofilter
do you have any idea else?


well, if you want to extract it dynamically in another sheet ...

Assume the table you posted is in sheet: x, cols A to D

In another sheet,
Assume the Input for x's col A ("AKDTA")
will be made in A2, eg: 1090121

In B2: =IF($A$2="","",IF(x!A2=$A$2,ROW(),""))
Leave B1 empty

In C2:
=IF(ROWS($1:1)COUNT(B:B),"",INDEX(x!C:C,SMALL(B:B ,ROWS($1:1))))
Copy B2:C2 down to cover the max expected extent of data in x, eg down to
C200? Minimize col B. Col C will return all the desired multiple line results
from x's col C ("AKAVZ") all neatly packed at the top, dependent on the input
in A2.

Just amend the range in this part: INDEX(x!C:C ...
to reflect the col in x that you want to extract
eg if you want to extract x's col E instead, use: INDEX(x!E:E ..
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
Reply
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 do i find and sort out data repeats for specific data set JRDePaul Excel Discussion (Misc queries) 0 February 26th 07 11:55 PM
Find formatting doesn't work: "Excel cannot find data" Kasama Excel Discussion (Misc queries) 1 August 18th 06 01:40 PM
Despite data existing in Excel 2002 spreadsheet Find doesn't find AnnieB Excel Discussion (Misc queries) 1 June 16th 06 02:15 AM
The match and lookup functions can find literal data but not the same data referenced from a cell Jeff Melvaine Excel Discussion (Misc queries) 3 April 30th 05 01:29 PM
FIND DATA WITHIN DATA (V-OR-H LOOKUP/FIND/MATCH?) Jaladino Excel Worksheet Functions 0 February 22nd 05 11:22 PM


All times are GMT +1. The time now is 11:04 PM.

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

About Us

"It's about Microsoft Excel"