List with 2 variables

Hajo93

New Member
Joined
May 7, 2019
Messages
1
I have a long list with many values with object temperature and ambient temperature.
I want all object temperatures to come in succession in a row and all of the ambient temperatures come in another row.
ambient temperature stands on odd colonies and object tempereature stands on some columns. How can I do this?

I have a list that looks like this only very much longer
[TABLE="width: 500"]
<tbody>[TR]
[TD]Temp[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]O,9.8[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A,14.3
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]O,9.9[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A,14.5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]O,10.1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A,14.4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]O,9.9[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A,14.5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to get the list to look like in a simple and quick way. Know I could copy but take a long time when there are 25000 values
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]O[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]A,14.3[/TD]
[TD]O,9.8[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]A,14.5[/TD]
[TD]O,9.9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]A,14.4[/TD]
[TD]O,10.1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]A,14.5[/TD]
[TD]O,9.9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
@Hajo93
While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,223,897
Messages
6,175,269
Members
452,628
Latest member
dd2

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