Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 48 pages (65,536 lines each) of data and need to extract details (ie,
all hours totalling 41 hours per week pasted to a new worksheet and the same for 42 hours worked per week, 43 hours, etc.) Is there a macro or something I can use to do this? I've already summed all the hours and have them posted in each cell (example ... 8-9-9-8-10-6 (50) ). Can anyone help me with this hugh task? Thank you. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is the structure of the worksheets suitable for SQL or a Pivot table ?
e.g. SELECT Count(TotalHours) From WS WHERE TotalHours=41 NickHK "CharElaine99" wrote in message ... I have 48 pages (65,536 lines each) of data and need to extract details (ie, all hours totalling 41 hours per week pasted to a new worksheet and the same for 42 hours worked per week, 43 hours, etc.) Is there a macro or something I can use to do this? I've already summed all the hours and have them posted in each cell (example ... 8-9-9-8-10-6 (50) ). Can anyone help me with this hugh task? Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I write a formula to obtain information from another spread | Excel Discussion (Misc queries) | |||
How do I obtain cell information (column/row) from data marker? | Charts and Charting in Excel | |||
How do I obtain updates for Excel 97? | Excel Discussion (Misc queries) | |||
Obtain Word Doc Info Into Excel | Excel Programming | |||
How do I obtain Curly quotes and apostrophes in Excel? | Excel Discussion (Misc queries) |