Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jessica
 
Posts: n/a
Default How to use Vlookup

I need to us Vlookup to display sales figures on demand.

The data is in one worksheet the lookup table is in another.

In layman's terms how do I do this using Excel XP




  #2   Report Post  
Dave R.
 
Posts: n/a
Default

The online help for VLOOKUP should be a great help. It does describe it in
terms that someone who can operate a PC can understand, and it even provides
examples.

If you can't figure it yourself you can post your ranges and such and what
you're trying to do.


"Jessica" wrote in message
...
I need to us Vlookup to display sales figures on demand.

The data is in one worksheet the lookup table is in another.

In layman's terms how do I do this using Excel XP






  #3   Report Post  
racerdog
 
Posts: n/a
Default



"Jessica" wrote:

I need to us Vlookup to display sales figures on demand.

The data is in one worksheet the lookup table is in another.

In layman's terms how do I do this using Excel XP


  #4   Report Post  
racerdog
 
Posts: n/a
Default



"Jessica" wrote:

I need to us Vlookup to display sales figures on demand.

The data is in one worksheet the lookup table is in another.

In layman's terms how do I do this using Excel XP


In lay terms the vlookup formula is a simple formula for finding a specific
criteria in one column and referencing a corrosponding entry in an adjacent
column.

The easiest way to learn how to use vlookup is to create a small table of
say 3 or 4 columns that have data in them. Then use the vlookup formula to
look at the entire table of columns and find something that matches your
specific ciriteria. The only thing to remember with vlookup is that the first
column entries must be sorted from least to greatest in order for vlookup to
operate properly. The "V" in vlookup means verticle which is why the first
column must be sorted in sequencial order. So if you make the first column a
list of numbers, say 1 to 25, they must be in order of 1 to 25, not 25 to 1
or mixed up.

Vlookup looks at the first column for the corrosponding number you put into
the formula and then selects the value in the same row in any adjacent column
you specify. To specify the column number you want simply count over from
the lookup column, e.g. 1, 2 3, etc.

Typical syntax for vlookup is =VLOOKUP(A8,A10:D21,3) where the value in cell
A8 is looked up in column A beginning at row 10 and returns the value in the
3rd column over from A or the corrosponding value in the C column.

Syntax for using vlookup in a seperate workbook looks like this:

=VLOOKUP(H2,[Example.xls]Sheet1!$A$10:$G$24,3) Where the value in cell H2 in
the worksheet where you want to display the answer is found in the
table/range in the "[Example.xls]Sheet1!" workbook range A10 to G 24, 3
columns over.

Hope this helps!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup finds a blank, but returns a zero - HELP! flummoxed Excel Discussion (Misc queries) 6 January 18th 05 03:15 PM
Vlookup Syntax Error YV New Users to Excel 9 December 23rd 04 05:28 PM
Need help with modifying VLookUp Tom Excel Discussion (Misc queries) 4 December 2nd 04 12:44 AM
Using Cell references in VLookUp JonWilson631 Excel Worksheet Functions 1 November 4th 04 02:49 AM
vlookup. Amit Excel Worksheet Functions 2 November 3rd 04 12:34 PM


All times are GMT +1. The time now is 07:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"