Computing.Net > Forums > Office Software > Vlookup Formula

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Vlookup Formula

Reply to Message Icon

Name: Sal M
Date: May 12, 2008 at 08:38:01 Pacific
OS: XP
CPU/Ram: 1gb
Product: Dell/Dell 620
Comment:

Hi,

i have column a with say for example 1444 Okuma, i than use the Left function to grab the first 4 characters and put it into column b than i use vlookup to get the data, now i know u cant use vlookup with formulas and column a will come from another source which is populated into excel and i have no control over this, is there any othe way of getting around this.

Thanks Sal



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: May 12, 2008 at 09:07:54 Pacific
Reply:

What do you mean when you say "u cant use vlookup with formulas"?

You can certainly use VLOOKUP to find the values that are returned by the LEFT function, either indirectly:

=VLOOKUP("1444",B1:C20,2,0) where 1444 is the result of the LEFT function in Column B.

or directly:

=VLOOKUP(LEFT(A11,4),B1:C20,2,0)

Please explain in a little more detail what you are trying to do.


0
Reply to Message Icon

Related Posts

See More


Creating symmetric matrix... Outlook removing signatur...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Vlookup Formula

Date matching using VLOOKUP www.computing.net/answers/office/date-matching-using-vlookup/5630.html

VLOOKUP tables www.computing.net/answers/office/vlookup-tables/5093.html

help with VLookup www.computing.net/answers/office/help-with-vlookup/4062.html