Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 367
Default Auto transfer data from 1 sheet to another within same workbook

Ok, I have a project I am stumped on. In the current workbook I have sheet 1.
Colums A-L, and 443 rows of data (order form). Colum K is my QTY.
What I am looking to do is if any time a value 1 or greater is entered into
Column K, the it will transfer ALL DATA Columns A-L of that row onto the next
sheet, in an order of rows 1 through whatever it takes.
If I put a value on K 1,7,150,300,350...I would like the entire row to then
be duplicated into sheet 2 Cloums A-l rows 1,2,3,4,5.
I know there is a way to do this, I just have NO clue how to get it done?
Excel 2003...
Any suggestions?
Jason
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Auto transfer data from 1 sheet to another within same workbook

One play which delivers it here ..

Assume source data in sheet: x, cols A to L,
data from row2 down, with the key col = col K (qty)

In another sheet,

Put in A2:
=IF(x!K2="","",IF(x!K2=1,ROW(),""))
Leave A1 blank.

Put in B2:
=IF(ROWS($1:1)COUNT($A:$A),"",INDEX(x!A:A,SMALL($ A:$A,ROWS($1:1))))
Copy B2 across to M2. Select A2:M2, copy down to cover the max expected
extent of data in x, eg down to row500? Hide away col A. Cols B to M will
return the results that you seek from x's cols A to L, with all lines neatly
bunched at the top.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jason" wrote:
Ok, I have a project I am stumped on. In the current workbook I have sheet 1.
Colums A-L, and 443 rows of data (order form). Colum K is my QTY.
What I am looking to do is if any time a value 1 or greater is entered into
Column K, the it will transfer ALL DATA Columns A-L of that row onto the next
sheet, in an order of rows 1 through whatever it takes.
If I put a value on K 1,7,150,300,350...I would like the entire row to then
be duplicated into sheet 2 Cloums A-l rows 1,2,3,4,5.
I know there is a way to do this, I just have NO clue how to get it done?
Excel 2003...
Any suggestions?
Jason

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 can I transfer a required data from sheet 1 to sheet 2 automat Malik Nadeem Excel Discussion (Misc queries) 6 October 24th 07 11:48 AM
How to Automatically transfer specific Data from Sheet 1 to Sheet Jman Excel Worksheet Functions 12 May 10th 07 05:35 AM
Auto Data Transfer Freshman Excel Worksheet Functions 3 June 29th 06 05:50 AM
Auto transfer rows from 1 sheet to another by account code. Syd Excel Worksheet Functions 0 March 9th 06 04:05 PM
Auto Data Transfer KRAMER Excel Worksheet Functions 3 May 18th 05 06:26 PM


All times are GMT +1. The time now is 10:26 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"