So I am a engineer running a test that usually has 150 conditions. Every odd condition is a "equilibrium condition" that is meant to stabilize the test rig between the even conditions. The even conditions are the actual results I want to look at and evaluate.
I've been trying to use a IF functions or Vlookup to extract the even conditions into a separate worksheet automatically. But I can't seem to figure out how to grab the information I want automatically.
So basically I want to take all of the corresponding values for condition 2 (the whole row of values) and put them in a separate worksheet. A repeat for every even condition, regardless of how long it is or how long the other conditions are. Sometimes the data points are taken at different times and so having a template that works regardless of the amount of data would be amazing.
I included a sample of what it looks like. ( very basic, usually the conditions are much longer.)
Thanks for your help!!! I've watched hours of tutorial videos and I can't seem find a easy way to do this automatically.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Condition[/TD]
[TD]Data 1[/TD]
[TD]Data2[/TD]
[TD]Data 3[/TD]
[TD]Data 4[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]100[/TD]
[TD]24[/TD]
[TD]54[/TD]
[TD]654[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]104[/TD]
[TD]29[/TD]
[TD]40[/TD]
[TD]677[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]150[/TD]
[TD]40[/TD]
[TD]90[/TD]
[TD]700[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]155[/TD]
[TD]42[/TD]
[TD]88[/TD]
[TD]721[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]210[/TD]
[TD]80[/TD]
[TD]200[/TD]
[TD]900[/TD]
[/TR]
</tbody>[/TABLE]
I've been trying to use a IF functions or Vlookup to extract the even conditions into a separate worksheet automatically. But I can't seem to figure out how to grab the information I want automatically.
So basically I want to take all of the corresponding values for condition 2 (the whole row of values) and put them in a separate worksheet. A repeat for every even condition, regardless of how long it is or how long the other conditions are. Sometimes the data points are taken at different times and so having a template that works regardless of the amount of data would be amazing.
I included a sample of what it looks like. ( very basic, usually the conditions are much longer.)
Thanks for your help!!! I've watched hours of tutorial videos and I can't seem find a easy way to do this automatically.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Condition[/TD]
[TD]Data 1[/TD]
[TD]Data2[/TD]
[TD]Data 3[/TD]
[TD]Data 4[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]100[/TD]
[TD]24[/TD]
[TD]54[/TD]
[TD]654[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]104[/TD]
[TD]29[/TD]
[TD]40[/TD]
[TD]677[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]150[/TD]
[TD]40[/TD]
[TD]90[/TD]
[TD]700[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]155[/TD]
[TD]42[/TD]
[TD]88[/TD]
[TD]721[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]210[/TD]
[TD]80[/TD]
[TD]200[/TD]
[TD]900[/TD]
[/TR]
</tbody>[/TABLE]