#1   Report Post  
tjh
 
Posts: n/a
Default vlookup

hello,

I am using a vlookup such as:

=vlookup(a8,FST,9,false)

I would like the FST to reference another cell such as:

=vlookup(a8,b1,9,false)

When I do this it gives me a #N/A error. How can I make this work.

Thank You,
  #2   Report Post  
RagDyer
 
Posts: n/a
Default

Can you put into plain words *exactly* what you're trying to accomplish with
the formula that you posted, because your syntax for the Vlookup function is
not right!

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"tjh" wrote in message
...
hello,

I am using a vlookup such as:

=vlookup(a8,FST,9,false)

I would like the FST to reference another cell such as:

=vlookup(a8,b1,9,false)

When I do this it gives me a #N/A error. How can I make this work.

Thank You,


  #3   Report Post  
tjh
 
Posts: n/a
Default

I am using cell a8 to reference a value in another worksheet.

FST is the range name in the other worksheet. This is what I would like to
reference another cell for (The text in another cell would say "FST" but the
vlookup formula would show B1 in that section)

9 is how many columns to the right of the referenced cell that the value I
am looking up is.

False -- it is not sorted in any order

Please let me know if you need more.

Thank You,



"RagDyer" wrote:

Can you put into plain words *exactly* what you're trying to accomplish with
the formula that you posted, because your syntax for the Vlookup function is
not right!

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"tjh" wrote in message
...
hello,

I am using a vlookup such as:

=vlookup(a8,FST,9,false)

I would like the FST to reference another cell such as:

=vlookup(a8,b1,9,false)

When I do this it gives me a #N/A error. How can I make this work.

Thank You,



  #4   Report Post  
RagDyer
 
Posts: n/a
Default

What confused me was when you mentioned that FST was to reference a single
cell, where I thought you meant the range was to be a single cell.

Sorry!

Try this :

=vlookup(a8,indirect(b1),9,false)
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================



"tjh" wrote in message
...
I am using cell a8 to reference a value in another worksheet.

FST is the range name in the other worksheet. This is what I would like to
reference another cell for (The text in another cell would say "FST" but

the
vlookup formula would show B1 in that section)

9 is how many columns to the right of the referenced cell that the value I
am looking up is.

False -- it is not sorted in any order

Please let me know if you need more.

Thank You,



"RagDyer" wrote:

Can you put into plain words *exactly* what you're trying to accomplish

with
the formula that you posted, because your syntax for the Vlookup

function is
not right!

--
Regards,

RD


--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit

!

--------------------------------------------------------------------------

-


"tjh" wrote in message
...
hello,

I am using a vlookup such as:

=vlookup(a8,FST,9,false)

I would like the FST to reference another cell such as:

=vlookup(a8,b1,9,false)

When I do this it gives me a #N/A error. How can I make this work.

Thank You,




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
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
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
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


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

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

About Us

"It's about Microsoft Excel"