If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > confused

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-28-06, 18:04
steve h steve h is offline
Registered User
 
Join Date: Feb 2006
Posts: 1
confused

I am trying to create a spreadsheet to help keep track of items sent to vendor for repair.
I would like to be able to copy and paste 60 items from another sheet when sent out then when they are returned paste again but have serial numbers match up.
e.g
serial num. model type pallet rma num. date sent
drrffdss0123 d100 123 25614588 12/02/2006

These would be in colums a,b,c,d and e pasted 60 rows at a time
Then i want to paste another 60 rows in g,h and i
e.g
date returned serial num. pallet num
22/02/2006 ghyjtygh2356 325

if the serial number in "h" matches a serial number in "a" then i would like them to automaticly line up so i can trace the item on one line e.g when sent,on what pallet and rma number and when returned on what pallet.

I have an example i can send if anyone can help!!!!!!!!!
Reply With Quote
  #2 (permalink)  
Old 02-28-06, 18:47
Fazza Fazza is offline
Registered User
 
Join Date: Feb 2006
Posts: 113
Steve,

The posting of the returned data on 60 rows in columns "G:I" doesn't sound right, somehow. Maybe that could be posted on a separate sheet and used as a reference table to populate data in columns "G:I".

For example, at its simplest via VLOOKUP on the serial number. Or otherwise more complex methods.

To be clearer, have one worksheet with columns "A:E". Have a second worksheet with "return data". Populate columns "G:I" on the first worksheet from the "return data" on the second worksheet.

On the "returned data" worksheet you could identify any items that were not found in the first worksheet and highlight them. Items that are shown as returned but not on the list of outgoing items.

BTW, this could be very suitable for use in MS Access or some other database. You could use Excel's SQL abilities to handle the data like a proper database. Depends on your requirements. Then again, maybe I don't correctly understand your requirements.

If you already have some code, can you please post it?

regards,
Fazza
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On