Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() From what I gather this is extremely complicated, so I am grateful for any attempt to answer: Refer to attachment 1: here you see a listing of sensors and their values the sensor is the first string and the underlying value is after the underscore ie: sensor=PGA-HCF-nasalC-10aUB-s2 and the value is _signal. that worksheet contains every B sensor, evidenced by PGA-HCF-nasalC-10aU*B* -s2 there is another worksheet called 'a' that has all the a sensors: PGA-HCF-nasalC-10aU*A* -s2 the number '10' changes in each sensor...ie: PGA-HCF-nasalC-*11*aU*A* -s2 may be another sensor. This raw data contains many more sensors and values than ill ever need, so a list of the necessary sensors is in a worksheet called 'sensors'. refer to attachment 2 this worksheet contains sensors with different numberical values (the 10) and both a and b what i need to do is essentially identify each sensor in the sensors worksheets and search for the three columns in the 'a' or 'b' worksheet that contain that sensor, copy those columns and paste them into a new worksheet. the raw data goes down 23,000 rows btw. thank u all! AIM me @ decept1on or post here if u have any insight or need clarification. +-------------------------------------------------------------------+ |Filename: 2.GIF | |Download: http://www.excelforum.com/attachment.php?postid=3532 | +-------------------------------------------------------------------+ -- cwatson ------------------------------------------------------------------------ cwatson's Profile: http://www.excelforum.com/member.php...o&userid=24608 View this thread: http://www.excelforum.com/showthread...hreadid=381962 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() bump^^^^^^^ -- cwatso ----------------------------------------------------------------------- cwatson's Profile: http://www.excelforum.com/member.php...fo&userid=2460 View this thread: http://www.excelforum.com/showthread.php?threadid=38196 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Here's a start: In the sheet represented by 2.gif: A2=2, A3=3, etc. using autofill or other tool B2=HLOOKUP(B$1,Adata!$A$1:$AA$23000,$A2,FALSE) copy to H2 E2=HLOOKUP(B$1,Bdata!$A$1:$AA$23000,$A2,FALSE) copy to K2 copy row 2 down as far as you need. Does that do what you want, or did misunderstand what you need? -- MrShorty ------------------------------------------------------------------------ MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181 View this thread: http://www.excelforum.com/showthread...hreadid=381962 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() im confused, where do I put that code? im going to make a sample sheet that doesnt use so much data so i ca host the xml files perhap -- cwatso ----------------------------------------------------------------------- cwatson's Profile: http://www.excelforum.com/member.php...fo&userid=2460 View this thread: http://www.excelforum.com/showthread.php?threadid=38196 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Those are cell values/formulas. They are placed directly in th worksheet -- MrShort ----------------------------------------------------------------------- MrShorty's Profile: http://www.excelforum.com/member.php...fo&userid=2218 View this thread: http://www.excelforum.com/showthread.php?threadid=38196 |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() http://www.savefile.com/filehost/files3.php?fid=3989842 a full xml example file, should be very straightforward. ill try tha -- cwatso ----------------------------------------------------------------------- cwatson's Profile: http://www.excelforum.com/member.php...fo&userid=2460 View this thread: http://www.excelforum.com/showthread.php?threadid=38196 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Barcode Scan and separate data into respective columns | Excel Discussion (Misc queries) | |||
isoalting cells with data and copying to worksheet | Excel Discussion (Misc queries) | |||
Multiple series not plotting in their respective data ranges | Charts and Charting in Excel | |||
Looking up data in a column, then returning values of respective row | Excel Discussion (Misc queries) | |||
How do I copy data (word) into respective cells when the data bei. | New Users to Excel |