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 > help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-28-04, 09:01
ben2001 ben2001 is offline
Registered User
 
Join Date: Jan 2004
Posts: 17
help

hi
i have a code for each row of data in one sheet , but i dont know how to, when i go on to a different sheet, link it up so that when i type in that code that row that it corrisponds to will be copied and pasted to where i want it to be.
Reply With Quote
  #2 (permalink)  
Old 01-28-04, 12:38
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Just a thought, but have you looked at VLOOKUP in the help file?

Smitty
Reply With Quote
  #3 (permalink)  
Old 01-28-04, 15:46
ben2001 ben2001 is offline
Registered User
 
Join Date: Jan 2004
Posts: 17
yes thanx but i still wouldnt know wot i would be writing in. i will add the attatchment so you see wot i mean
Attached Files
File Type: zip book1.zip (2.5 KB, 12 views)
Reply With Quote
  #4 (permalink)  
Old 01-28-04, 16:46
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
See the VLOOKUPS that I added.

Smitty
Attached Files
File Type: zip vlookup.zip (5.6 KB, 9 views)
Reply With Quote
  #5 (permalink)  
Old 01-28-04, 17:14
ben2001 ben2001 is offline
Registered User
 
Join Date: Jan 2004
Posts: 17
thanx but this isnt what i quite wanted. i wanted to type the code in the table and the description, size, price, and qty would appear

Last edited by ben2001; 01-28-04 at 17:16.
Reply With Quote
  #6 (permalink)  
Old 01-28-04, 18:11
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
That's what happens with what I posted.

Try deleting the code and see what happens. Then type the code back in.

If you want to get around the #N/A error message, adjust the formulas as so:

=IF(ISNA(VLOOKUP(Lookup Range, Source Range, Column Index, FALSE)),"",VLOOKUP(Lookup Range, Source Range, Column Index, FALSE))

Smitty
Reply With Quote
  #7 (permalink)  
Old 01-29-04, 09:47
ben2001 ben2001 is offline
Registered User
 
Join Date: Jan 2004
Posts: 17
this is it
Attached Files
File Type: zip book1.zip (3.7 KB, 10 views)
Reply With Quote
  #8 (permalink)  
Old 01-29-04, 13:12
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Here you go.

Note comments in Blue.

Smitty
Attached Files
File Type: zip vlookup.zip (7.8 KB, 11 views)
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