PUll from a list records with common data

brunwynne

New Member
Joined
Nov 9, 2011
Messages
1
I have a workbook with several rows corresponding to many distinct quality control samples 1 - 50. Each sample is identified by a number such as QC 1, QC 2, etc. The QC is run multiple times over a long time, so that after say a month of experiments I might have a collection of results for my 50 QC some run more often then others by chance. For each QC I quantitate multiple properties, so that I have numbers for molecule A, B, C, D etc for each run of any given QC.

QC 1 1 3 5 10 2 8
QC 50 2 6 4 9 2 11
QC 3 1.5 18 2 89 1 3 6
QC 1 1 5 6 0
What I want to do is pull every record that corresponds to when QC 1 was run. And be able to do this for QC 2, etc, so I can see how the QC material performs over time for the mutliple performance metrics we measure each time it is run. I don't even have to see the QC 1 note, I just need to know the pulled record corresponds to a QC 1 run experiment

QC 1 1 3 5 10 2 8
QC 1 1 5 6 0

Please can you suggest how I might code this? Each QC data set can be sorted into it's own workbook that is OK.

thanks!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top