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 with a vlookup.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-11-04, 09:44
tjarvas tjarvas is offline
Registered User
 
Join Date: Mar 2004
Posts: 361
Help with a vlookup.

Can anyone here help me i writting a vlookup function for an excel spreadsheet?
Reply With Quote
  #2 (permalink)  
Old 03-11-04, 12:17
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Here's an example I put together for someone else. Hope that helps,

Smitty
Attached Files
File Type: zip vlookup.zip (7.8 KB, 37 views)
Reply With Quote
  #3 (permalink)  
Old 03-11-04, 13:56
tjarvas tjarvas is offline
Registered User
 
Join Date: Mar 2004
Posts: 361
Can you take a look at this. This is a miny version of what I am trying to do.
Attached Files
File Type: zip new winzip file.zip (1.5 KB, 15 views)
Reply With Quote
  #4 (permalink)  
Old 03-11-04, 14:00
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Use this formula instead:

=VLOOKUP(A2,Leases!A,COLUMN(),FALSE)

EDIT: Damn smiley got in the way. Should be A : D w/o the spaces.

Note that it would be better for recalculation to narrow the A range as right now you're forcing Excel to look through 65,536 x 2 rows.

Hope that helps,

Smitty
Reply With Quote
  #5 (permalink)  
Old 03-11-04, 14:06
tjarvas tjarvas is offline
Registered User
 
Join Date: Mar 2004
Posts: 361
Sweet, that worked. God I love this forum.
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