Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to get information from one worksheet to another without
duplicating entries. ex: sheet 1 a1:a100 are my item numbers from an order I just entered, I want to pull those to sheet 4 and be able to keep them there on sheet 4 when I use sheet 1 to do a new order. After I enter a new order I want only new items to be added to the list on my master list. ANY HELP?? PLEASE have been stuck for a few days now. -- Suzuki Steve |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Steve
If I understand you correctly, you will need VBA (programming) for this, unless you want to go through a rather tedious manual process of copying everything, and then locating and deleting the duplicates. Specifically, the code (macro) would loop through all the items in sheet 1 and, for each item, check sheet 4 to see if the item is already there. If Yes, do nothing. If No, copy what you want copied. Does this sound like what you want? If so, post back and provide some details regarding the layout of sheet 1 and sheet 4 (also the sheet name). Things like: This columns contains this. That column contains that. You want this and this and this copied to sheet 4 and placed here and here and here in sheet 4. HTH Otto "Suzuki Steve" wrote in message ... I am trying to get information from one worksheet to another without duplicating entries. ex: sheet 1 a1:a100 are my item numbers from an order I just entered, I want to pull those to sheet 4 and be able to keep them there on sheet 4 when I use sheet 1 to do a new order. After I enter a new order I want only new items to be added to the list on my master list. ANY HELP?? PLEASE have been stuck for a few days now. -- Suzuki Steve |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sheet 1 column L contain the item number N contain country of origin O
contains weight P contains length Q contains width R height S cubic meters. I would like on Sheet 4 A=L B=N C=O D=P E=Q F=R G=S Thanks for your help. -- Suzuki Steve "Otto Moehrbach" wrote: Steve If I understand you correctly, you will need VBA (programming) for this, unless you want to go through a rather tedious manual process of copying everything, and then locating and deleting the duplicates. Specifically, the code (macro) would loop through all the items in sheet 1 and, for each item, check sheet 4 to see if the item is already there. If Yes, do nothing. If No, copy what you want copied. Does this sound like what you want? If so, post back and provide some details regarding the layout of sheet 1 and sheet 4 (also the sheet name). Things like: This columns contains this. That column contains that. You want this and this and this copied to sheet 4 and placed here and here and here in sheet 4. HTH Otto "Suzuki Steve" wrote in message ... I am trying to get information from one worksheet to another without duplicating entries. ex: sheet 1 a1:a100 are my item numbers from an order I just entered, I want to pull those to sheet 4 and be able to keep them there on sheet 4 when I use sheet 1 to do a new order. After I enter a new order I want only new items to be added to the list on my master list. ANY HELP?? PLEASE have been stuck for a few days now. -- Suzuki Steve |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
PS I am a complete retard when it comes to vba haven't had to write any code
befroe any help with this would be greatly appreciated. -- Suzuki Steve "Suzuki Steve" wrote: Sheet 1 column L contain the item number N contain country of origin O contains weight P contains length Q contains width R height S cubic meters. I would like on Sheet 4 A=L B=N C=O D=P E=Q F=R G=S Thanks for your help. -- Suzuki Steve "Otto Moehrbach" wrote: Steve If I understand you correctly, you will need VBA (programming) for this, unless you want to go through a rather tedious manual process of copying everything, and then locating and deleting the duplicates. Specifically, the code (macro) would loop through all the items in sheet 1 and, for each item, check sheet 4 to see if the item is already there. If Yes, do nothing. If No, copy what you want copied. Does this sound like what you want? If so, post back and provide some details regarding the layout of sheet 1 and sheet 4 (also the sheet name). Things like: This columns contains this. That column contains that. You want this and this and this copied to sheet 4 and placed here and here and here in sheet 4. HTH Otto "Suzuki Steve" wrote in message ... I am trying to get information from one worksheet to another without duplicating entries. ex: sheet 1 a1:a100 are my item numbers from an order I just entered, I want to pull those to sheet 4 and be able to keep them there on sheet 4 when I use sheet 1 to do a new order. After I enter a new order I want only new items to be added to the list on my master list. ANY HELP?? PLEASE have been stuck for a few days now. -- Suzuki Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dropdown List - list item endings not visible if column too narrow | Excel Discussion (Misc queries) | |||
how to create a list and link it to the master excel file | Excel Worksheet Functions | |||
create a master list from other sheets | Excel Worksheet Functions | |||
create form for phone orders | Excel Discussion (Misc queries) | |||
Selecting an Item from a List and getting a different item to pop. | Excel Worksheet Functions |