ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   VIEW A TABLE (https://www.excelbanter.com/excel-discussion-misc-queries/123413-view-table.html)

Bhiravi

VIEW A TABLE
 
I have just taken over maintenance of a form on Excel. This form has a cell
that refers to a VBLOOKUP function. How do I view the table/chart it is
referring to?


stumac

VIEW A TABLE
 
Hi Bhiravi, assuming your vlookup formula looks something like this:
=VLOOKUP(C8,customers,2,FALSE)
and you want to see the table "customers", you can type the name of the
range into the name box (the box that usually has the cell reference in it)
and excel should automatically select that range, if the range is in a hidden
sheet you will have to unhide the sheet first.

Hope this helps.


"Bhiravi" wrote:

I have just taken over maintenance of a form on Excel. This form has a cell
that refers to a VBLOOKUP function. How do I view the table/chart it is
referring to?


Bhiravi

VIEW A TABLE
 
Thank you so much for responding.
Yes the lookup function is exactly as you specified. I'm afraid you will
have to use simpler terms for me. When you say range, what exactly are you
referring to? and I would type this range into the cell in which I find the
lookup funtion?

"stumac" wrote:

Hi Bhiravi, assuming your vlookup formula looks something like this:
=VLOOKUP(C8,customers,2,FALSE)
and you want to see the table "customers", you can type the name of the
range into the name box (the box that usually has the cell reference in it)
and excel should automatically select that range, if the range is in a hidden
sheet you will have to unhide the sheet first.

Hope this helps.


"Bhiravi" wrote:

I have just taken over maintenance of a form on Excel. This form has a cell
that refers to a VBLOOKUP function. How do I view the table/chart it is
referring to?


stumac

VIEW A TABLE
 
The name of the table is the range (in my example the range is called
customers). you should type this into the name box which is the little white
box that usually has the cell reference (i.e. A1) just left of the formula
bar (the bar that shows the formula in the cell).

you can find where the table is located by looking under: insert, name,
define. select the table you are looking for and it will show you the
complete range reference.

Any Clearer?

Hope this helps
Stu

"Bhiravi" wrote:

Thank you so much for responding.
Yes the lookup function is exactly as you specified. I'm afraid you will
have to use simpler terms for me. When you say range, what exactly are you
referring to? and I would type this range into the cell in which I find the
lookup funtion?

"stumac" wrote:

Hi Bhiravi, assuming your vlookup formula looks something like this:
=VLOOKUP(C8,customers,2,FALSE)
and you want to see the table "customers", you can type the name of the
range into the name box (the box that usually has the cell reference in it)
and excel should automatically select that range, if the range is in a hidden
sheet you will have to unhide the sheet first.

Hope this helps.


"Bhiravi" wrote:

I have just taken over maintenance of a form on Excel. This form has a cell
that refers to a VBLOOKUP function. How do I view the table/chart it is
referring to?


Bhiravi

VIEW A TABLE
 
Getting there.. Ok I've located the table, however, I have one question:
=IF(D4="","-",VLOOKUP(D4,TOCodes,3,FALSE))
Thats the lookup funtion i'm looking at. There are 2 others in other cells
which is basically the same but replace '3' with '2' and the other cell has
'1'.
I understand that the 1st part is value if true and the (-) is value if
false, but what does the 3 or 2 or 1 refer to?
Basically I have the table and i'm trying to use the same function on a
different form and am haviong trouble getting it to pick up the values.

"stumac" wrote:

The name of the table is the range (in my example the range is called
customers). you should type this into the name box which is the little white
box that usually has the cell reference (i.e. A1) just left of the formula
bar (the bar that shows the formula in the cell).

you can find where the table is located by looking under: insert, name,
define. select the table you are looking for and it will show you the
complete range reference.

Any Clearer?

Hope this helps
Stu

"Bhiravi" wrote:

Thank you so much for responding.
Yes the lookup function is exactly as you specified. I'm afraid you will
have to use simpler terms for me. When you say range, what exactly are you
referring to? and I would type this range into the cell in which I find the
lookup funtion?

"stumac" wrote:

Hi Bhiravi, assuming your vlookup formula looks something like this:
=VLOOKUP(C8,customers,2,FALSE)
and you want to see the table "customers", you can type the name of the
range into the name box (the box that usually has the cell reference in it)
and excel should automatically select that range, if the range is in a hidden
sheet you will have to unhide the sheet first.

Hope this helps.


"Bhiravi" wrote:

I have just taken over maintenance of a form on Excel. This form has a cell
that refers to a VBLOOKUP function. How do I view the table/chart it is
referring to?


stumac

VIEW A TABLE
 
the 3,2,1 refers to the column of the table that contains the value to be
returned. 1 is the leftmost column and so on.

Stu

"Bhiravi" wrote:

Getting there.. Ok I've located the table, however, I have one question:
=IF(D4="","-",VLOOKUP(D4,TOCodes,3,FALSE))
Thats the lookup funtion i'm looking at. There are 2 others in other cells
which is basically the same but replace '3' with '2' and the other cell has
'1'.
I understand that the 1st part is value if true and the (-) is value if
false, but what does the 3 or 2 or 1 refer to?
Basically I have the table and i'm trying to use the same function on a
different form and am haviong trouble getting it to pick up the values.

"stumac" wrote:

The name of the table is the range (in my example the range is called
customers). you should type this into the name box which is the little white
box that usually has the cell reference (i.e. A1) just left of the formula
bar (the bar that shows the formula in the cell).

you can find where the table is located by looking under: insert, name,
define. select the table you are looking for and it will show you the
complete range reference.

Any Clearer?

Hope this helps
Stu

"Bhiravi" wrote:

Thank you so much for responding.
Yes the lookup function is exactly as you specified. I'm afraid you will
have to use simpler terms for me. When you say range, what exactly are you
referring to? and I would type this range into the cell in which I find the
lookup funtion?

"stumac" wrote:

Hi Bhiravi, assuming your vlookup formula looks something like this:
=VLOOKUP(C8,customers,2,FALSE)
and you want to see the table "customers", you can type the name of the
range into the name box (the box that usually has the cell reference in it)
and excel should automatically select that range, if the range is in a hidden
sheet you will have to unhide the sheet first.

Hope this helps.


"Bhiravi" wrote:

I have just taken over maintenance of a form on Excel. This form has a cell
that refers to a VBLOOKUP function. How do I view the table/chart it is
referring to?



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com