Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Formula to copy related information from sheet 1 to sheet 2

Hello guys,

I hope you'll can help me. i have the information below in sheet 1. i
need the information to be filtered, copy and paste in sheet 2
according to the month. example. if october, i need all information
for the month of october to be copy and past from column A, B, C sheet
1 to column A, B, C sheet 2 please help.

A B C
Serial Number Quantities (Kilos) Date
8.1122 539,470 22/10/2009
8.1122 403,697 22/10/2009
8.1122 643,710 05/11/2009
8.1122 1,036 05/11/2009
8.1122 221,183 12/11/2009
8.1122 21,467 26/11/2009
8.1122 633,650 26/11/2009
8.1122 320,275 03/12/2009
8.1123 46,760 22/10/2009
8.1124 288,700 15/10/2009
8.1124 191,160 05/11/2009
8.1125 111,624 01/10/2009
8.1125 50,712 01/10/2009
8.1125 247,788 01/10/2009
8.1125 5,062 01/10/2009
8.1125 14,328 08/10/2009
8.1125 830,862 08/10/2009
8.1125 21,276 15/10/2009
8.1125 4,918 15/10/2009
8.1125 1,330,130 15/10/2009
8.1125 123,957 22/10/2009
8.1125 415,584 22/10/2009
8.1125 1,224,941 22/10/2009
8.1125 137,391 29/10/2009
8.1125 596,337 29/10/2009
8.1125 255,558 29/10/2009
8.1125 463,906 05/11/2009
8.1125 21,160 12/11/2009
8.1125 584,899 12/11/2009
8.1125 138,210 19/11/2009
8.1125 884,119 19/11/2009
8.1125 137,233 26/11/2009
8.1125 669,902 26/11/2009
8.1125 1,128,757 03/12/2009
8.1125 1,267,186 03/12/2009
8.1126 29,190,000 01/10/2009
8.1126 26,670,000 12/11/2009
8.1126 30,190,000 03/12/2009
8.1127 8,928,000 08/10/2009
8.1127 118,156 08/10/2009
8.1127 6,282,000 15/10/2009
8.1127 9,748,000 15/10/2009
8.1127 3,728,000 05/11/2009
8.1127 8,273,000 12/11/2009
8.1127 70,637,000 19/11/2009
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Formula to copy related information from sheet 1 to sheet 2

You could put this formula in D2:

=MONTH(C2)

and copy this down. Then you could apply your filter to column D, and
select 10 from the filter pull-down. Then <copy the visible cells and
<paste into sheet 2.

Hope this helps.

Pete

On Dec 5, 12:12*am, dave wrote:
Hello guys,

I hope you'll can help me. i have the information below in sheet 1. i
need the information to be filtered, copy and paste in sheet 2
according to the month. example. if october, i need all information
for the month of october to be copy and past from column A, B, C sheet
1 to column A, B, C sheet 2 please help.

A * * * * * * * * * * * B * * * * * * * * * * * C
Serial Number * Quantities (Kilos) * * *Date
8.1122 * * * * * * * * *539,470 * * * * * * * * 22/10/2009
8.1122 * * * * * * * * *403,697 * * * * * * * * 22/10/2009
8.1122 * * * * * * * * *643,710 * * * * * * * * 05/11/2009
8.1122 * * * * * * * * *1,036 * * * * * * * * * 05/11/2009
8.1122 * * * * * * * * *221,183 * * * * * * * * 12/11/2009
8.1122 * * * * * * * * *21,467 * * * * * * * * *26/11/2009
8.1122 * * * * * * * * *633,650 * * * * * * * * 26/11/2009
8.1122 * * * * * * * * *320,275 * * * * * * * * 03/12/2009
8.1123 * * * * * * * * *46,760 * * * * * * * * *22/10/2009
8.1124 * * * * * * * * *288,700 * * * * * * * * 15/10/2009
8.1124 * * * * * * * * *191,160 * * * * * * * * 05/11/2009
8.1125 * * * * * * * * *111,624 * * * * * * * * 01/10/2009
8.1125 * * * * * * * * *50,712 * * * * * * * * *01/10/2009
8.1125 * * * * * * * * *247,788 * * * * * * * * 01/10/2009
8.1125 * * * * * * * * *5,062 * * * * * * * * * 01/10/2009
8.1125 * * * * * * * * *14,328 * * * * * * * * *08/10/2009
8.1125 * * * * * * * * *830,862 * * * * * * * * 08/10/2009
8.1125 * * * * * * * * *21,276 * * * * * * * * *15/10/2009
8.1125 * * * * * * * * *4,918 * * * * * * * * * 15/10/2009
8.1125 * * * * * * * * *1,330,130 * * * * * * * * * * * 15/10/2009
8.1125 * * * * * * * * *123,957 * * * * * * * * 22/10/2009
8.1125 * * * * * * * * *415,584 * * * * * * * * 22/10/2009
8.1125 * * * * * * * * *1,224,941 * * * * * * * * * * * 22/10/2009
8.1125 * * * * * * * * *137,391 * * * * * * * * 29/10/2009
8.1125 * * * * * * * * *596,337 * * * * * * * * 29/10/2009
8.1125 * * * * * * * * *255,558 * * * * * * * * 29/10/2009
8.1125 * * * * * * * * *463,906 * * * * * * * * 05/11/2009
8.1125 * * * * * * * * *21,160 * * * * * * * * *12/11/2009
8.1125 * * * * * * * * *584,899 * * * * * * * * 12/11/2009
8.1125 * * * * * * * * *138,210 * * * * * * * * 19/11/2009
8.1125 * * * * * * * * *884,119 * * * * * * * * 19/11/2009
8.1125 * * * * * * * * *137,233 * * * * * * * * 26/11/2009
8.1125 * * * * * * * * *669,902 * * * * * * * * 26/11/2009
8.1125 * * * * * * * * *1,128,757 * * * * * * * * * * * 03/12/2009
8.1125 * * * * * * * * *1,267,186 * * * * * * * * * * * 03/12/2009
8.1126 * * * * * * * * *29,190,000 * * *01/10/2009
8.1126 * * * * * * * * *26,670,000 * * *12/11/2009
8.1126 * * * * * * * * *30,190,000 * * *03/12/2009
8.1127 * * * * * * * * *8,928,000 * * * * * * * * * * * 08/10/2009
8.1127 * * * * * * * * *118,156 * * * * * * * * 08/10/2009
8.1127 * * * * * * * * *6,282,000 * * * * * * * * * * * 15/10/2009
8.1127 * * * * * * * * *9,748,000 * * * * * * * * * * * 15/10/2009
8.1127 * * * * * * * * *3,728,000 * * * * * * * * * * * 05/11/2009
8.1127 * * * * * * * * *8,273,000 * * * * * * * * * * * 12/11/2009
8.1127 * * * * * * * * *70,637,000 * * *19/11/2009


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
delete row formula changes array range on related sheet Robert Excel Worksheet Functions 8 July 4th 09 09:18 AM
Macro to copy information from a row to another sheet in the workb Lin1981 Excel Discussion (Misc queries) 0 August 21st 08 10:00 PM
How do I copy specific information from a master sheet? PFAA Excel Worksheet Functions 1 July 22nd 08 05:31 PM
how to copy a cell with formula from sheet 1 (data is all vertical) into sheet 2 parag Excel Worksheet Functions 3 June 15th 06 10:29 PM
copy subtotal information to new sheet Patience Excel Worksheet Functions 2 June 15th 05 04:03 PM


All times are GMT +1. The time now is 02:43 PM.

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

About Us

"It's about Microsoft Excel"