select specific data from a spreadsheet and copy them in a new spreasheet in the same workbook

AmandaSS

Board Regular
Joined
Jan 7, 2014
Messages
133
Dear All,

I have one file with the following data staritng in A3 - C3

table 1
data and hourregionfigure
15/11/2014 00:00:00SUD10
15/11/2014 00:00:00NORTH4
same hour as above for another 5 rows(other regions).....
15/11/2014 01:00:00SUD9
15/11/2014 01:00:00NORTH10
same hour as above for another 5 rows(other regions)...

<tbody>
</tbody>

I need to group the data by region and for each hour (from 15/11/2014 00:00:00 to 15/11/2014 23:00:00) in a seprated spreadsheet (sheet 2, starting in A2 - C2) in the same workbook. Each sheet (in total there are 7 regions/sheet) should have the mane of the coresponding region in the same workbook.

date and timeregionfigure
15/11/2014 00:00:00SUD10
15/11/2014 01:00:00SUD9
...

<tbody>
</tbody>

dare and timeregionfigure
15/11/2014 00:00:00NORTH4
15/11/2014 10:00:00NORTH10
.....

<tbody>
</tbody>


Can anybody help?
Thanks,
Amanda
 
Last edited:

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Amanda,

Is the below representative of your data?

Header in row 3 or data in row 3?
One blank row between dates?

Excel Workbook
ABC
3data and hourregionfigure
415/11/2014 00:00Reg110
515/11/2014 00:00Reg24
615/11/2014 00:00Reg36
715/11/2014 00:00Reg48
815/11/2014 00:00Reg53
915/11/2014 00:00Reg612
10
1115/11/2014 01:00Reg19
1215/11/2014 01:00Reg210
1315/11/2014 01:00Reg39
1415/11/2014 01:00Reg424
Source



Does the data end after 15/11/2014 23:00:00 ?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,668
Members
448,977
Latest member
moonlight6

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