Hello all,
I am working on creating a data reduction sheet for a very large amount of data acquired through a Data Acquisition System. I have a 'Raw Data' sheet set up to quickly copy and paste over the entire DAQ file into specific columns. One thing I am recording is the flow rate through a solenoid. I want to consolidate the data in that column onto another sheet, based on when the value is =0.00 (solenoid is closed), and when there is anything else.
So say I have 2 draws for different spans of time in Column A of Sheet 1, but they are way down on say row 13,000+. I would like to organize that data so that Draw 1 shows up on Sheet 2 in Column A starting at row 2, and Draw 2 starting in B2.
I know I could pull the data over to the sheet just by using a simple =IF(Sheet1!A1=0,"",Sheet1!A1). Albeit, that will not organize the data so that it moves from the bottom of Sheet 1 to the top of Sheet 2.
Any help would be greatly appreciated. Thank you for your time!
I am working on creating a data reduction sheet for a very large amount of data acquired through a Data Acquisition System. I have a 'Raw Data' sheet set up to quickly copy and paste over the entire DAQ file into specific columns. One thing I am recording is the flow rate through a solenoid. I want to consolidate the data in that column onto another sheet, based on when the value is =0.00 (solenoid is closed), and when there is anything else.
So say I have 2 draws for different spans of time in Column A of Sheet 1, but they are way down on say row 13,000+. I would like to organize that data so that Draw 1 shows up on Sheet 2 in Column A starting at row 2, and Draw 2 starting in B2.
I know I could pull the data over to the sheet just by using a simple =IF(Sheet1!A1=0,"",Sheet1!A1). Albeit, that will not organize the data so that it moves from the bottom of Sheet 1 to the top of Sheet 2.
Any help would be greatly appreciated. Thank you for your time!