Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Extremely Urgent need to arrange data

I have data in this format-
Stream 1 2 and so
on goes on until 200
Overall Name
Temperature 388.7621902 ---
Pressure 200.1991633 ---
Molar Flow 0.948850417 ---
Mass Flow 737236.0254 ---
Standard Ideal L 65030.4938 ---
Molecular Weight 97.89860257 ---
Heat Flow -187514450 ---

Vapour Molar Flow 0.11386205 ---
Mass Flow 67769.0336 ---
Std Gas Flow 8.230237895 ---
Actual Volume Flo 144377.8631 ---
Molecular Weight 74.99287269 ---
Heat Flow -30294681.9 ---

I basically need to transpose this data but in this format....since
there are two molar flow and and mass flow and so on for Overall and
Vapour i need them to be displayed in two different lines...

Stream Temperatur Pressure Molar Flow Heat
Flow Actual Volume Flow

1 388.7621902 200.1991633 0.948850417 -187514450 NONE
Vapour .
11386205 -30294681.9 14.34423651
2 --- --- --- --- ---
Vapour --- --- --- --- --- There is no data available
for Stream 2.


It will be great some one would help me out with the code to transform
my data into the above format in such a way that i can add more
properties....THANK YOU VERY MUCH ....

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 373
Default Extremely Urgent need to arrange data

Igav, the built-in Excel functions do a great job as long as there are
no conflicts in naming conventions. When you run into names like this
that appear to be the same but really refer to different things, a VBA
solution may be more useful. You could set up a new worksheet in the
workbook with headings like MolorFlowO and MolorFlowV to distinguish
between the similarly named statistics and then use VBA to slot things
in the correct column. I can't tell from your post, but evidently
there are many elements(?) compounds(?) in your list, and keeping all
the information for each on one row could make your task easier.
James

On Jul 9, 12:12?pm, wrote:
I have data in this format-
Stream 1 2 and so
on goes on until 200
Overall Name
Temperature 388.7621902 ---
Pressure 200.1991633 ---
Molar Flow 0.948850417 ---
Mass Flow 737236.0254 ---
Standard Ideal L 65030.4938 ---
Molecular Weight 97.89860257 ---
Heat Flow -187514450 ---

Vapour Molar Flow 0.11386205 ---
Mass Flow 67769.0336 ---
Std Gas Flow 8.230237895 ---
Actual Volume Flo 144377.8631 ---
Molecular Weight 74.99287269 ---
Heat Flow -30294681.9 ---

I basically need to transpose this data but in this format....since
there are two molar flow and and mass flow and so on for Overall and
Vapour i need them to be displayed in two different lines...

Stream Temperatur Pressure Molar Flow Heat
Flow Actual Volume Flow

1 388.7621902 200.1991633 0.948850417 -187514450 NONE
Vapour .
11386205 -30294681.9 14.34423651
2 --- --- --- --- ---
Vapour --- --- --- --- --- There is no data available
for Stream 2.

It will be great some one would help me out with the code to transform
my data into the above format in such a way that i can add more
properties....THANK YOU VERY MUCH ....



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Extremely Urgent need to arrange data

I did try the transpose feature...but it is not layed out the way i
want it...i really dont have any experience with VBA and i have been
asked to write it in VBA so i am having a little problem here...anyway
thanks for ur suggestion.

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 to arrange data Amin Excel Discussion (Misc queries) 3 April 19th 10 09:48 AM
arrange data Suri New Users to Excel 2 November 24th 09 12:11 AM
How to Arrange Data for Chart Karen Charts and Charting in Excel 6 September 17th 08 06:32 PM
Percentage data with one entry extremely high Norm75 Charts and Charting in Excel 3 April 7th 07 04:32 AM
how to split data into columns and arrange the resulting data jack Excel Discussion (Misc queries) 1 November 11th 05 11:20 PM


All times are GMT +1. The time now is 03:48 PM.

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

About Us

"It's about Microsoft Excel"