#1   Report Post  
Posted to microsoft.public.excel.misc
sma sma is offline
external usenet poster
 
Posts: 2
Default using vlookup

I have a spreadsheet that was done by a former employee. it has five
worksheets. on it it uses vlookup. One of the cells has this formula in it.
=IF($B42="","",VLOOKUP($B42,table,2,FALSE)) I cannot locate the table to make
changes. How do I find out where the vlookup is pulling the information from?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default using vlookup

Insert/ Name/ Define... will let you see which cells are defined by the
name "table".

Alternatively the name box immediately above the top left-hand coner of your
sheet (just to the left of the formula box) will let you type in "table", or
select from the drop down arrow, and that will select the table.
--
David Biddulph

"sma" wrote in message
...
I have a spreadsheet that was done by a former employee. it has five
worksheets. on it it uses vlookup. One of the cells has this formula in
it.
=IF($B42="","",VLOOKUP($B42,table,2,FALSE)) I cannot locate the table to
make
changes. How do I find out where the vlookup is pulling the information
from?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default using vlookup

It's worth noting at this point that any named ranges which are of
automatically variable size will NOT show in the drop down list.

Giz

"David Biddulph" wrote:

Insert/ Name/ Define... will let you see which cells are defined by the
name "table".

Alternatively the name box immediately above the top left-hand coner of your
sheet (just to the left of the formula box) will let you type in "table", or
select from the drop down arrow, and that will select the table.
--
David Biddulph

"sma" wrote in message
...
I have a spreadsheet that was done by a former employee. it has five
worksheets. on it it uses vlookup. One of the cells has this formula in
it.
=IF($B42="","",VLOOKUP($B42,table,2,FALSE)) I cannot locate the table to
make
changes. How do I find out where the vlookup is pulling the information
from?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default using vlookup

Gizmo,
What do you mean by "automatically variable size"? Can you give me an
example?
AD

"Gizmo63" wrote:

It's worth noting at this point that any named ranges which are of
automatically variable size will NOT show in the drop down list.

Giz

"David Biddulph" wrote:

Insert/ Name/ Define... will let you see which cells are defined by the
name "table".

Alternatively the name box immediately above the top left-hand coner of your
sheet (just to the left of the formula box) will let you type in "table", or
select from the drop down arrow, and that will select the table.
--
David Biddulph

"sma" wrote in message
...
I have a spreadsheet that was done by a former employee. it has five
worksheets. on it it uses vlookup. One of the cells has this formula in
it.
=IF($B42="","",VLOOKUP($B42,table,2,FALSE)) I cannot locate the table to
make
changes. How do I find out where the vlookup is pulling the information
from?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default using vlookup

Hi Arun,

Instead of defining a fixed area you can offset from a fixed starting point.
E.g:
=OFFSET(VizMiz!$C$4,1,0,COUNTA(VizMiz!$C:$C)-1,1)

Assumes C4 as the fixed start, counts how many cells have data in column C,
deducts 1 for the column header and then defines the table accordingly.
In the run up to using this table I have a macro importing the data and
removing any blank rows (essential!).

This has to be setup through the 'Insert - Names - Define' menu.

HTH
Giz


"Arun" wrote:

Gizmo,
What do you mean by "automatically variable size"? Can you give me an
example?
AD

"Gizmo63" wrote:

It's worth noting at this point that any named ranges which are of
automatically variable size will NOT show in the drop down list.

Giz

"David Biddulph" wrote:

Insert/ Name/ Define... will let you see which cells are defined by the
name "table".

Alternatively the name box immediately above the top left-hand coner of your
sheet (just to the left of the formula box) will let you type in "table", or
select from the drop down arrow, and that will select the table.
--
David Biddulph

"sma" wrote in message
...
I have a spreadsheet that was done by a former employee. it has five
worksheets. on it it uses vlookup. One of the cells has this formula in
it.
=IF($B42="","",VLOOKUP($B42,table,2,FALSE)) I cannot locate the table to
make
changes. How do I find out where the vlookup is pulling the information
from?



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 a Vlookup adamb2000 Excel Worksheet Functions 4 June 28th 06 10:54 PM
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


All times are GMT +1. The time now is 07:25 PM.

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"