Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
carl
 
Posts: n/a
Default Modifying VLookUp

I am using this formula:

=VLOOKUP($A506;Nov;2;FALSE)

Is there a way to have the formula refer to cell A5 (Which has the text
value "Nov" in it) instead of explicitly having it in the formula.

Regards.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Modifying VLookUp

I don't think you have that as a formula, you probably have

=VLOOKUP($A506;"Nov";2;FALSE)

If so, change your formula to

=VLOOKUP($A506;A5;2;FALSE)

If not, you seem to have a cell with the name Nov and probably the text
"Nov" in it.
Press F5, Fill in Nov
Did it get you to another cell?
--
Kind regards,

Niek Otten


"carl" wrote in message
...
I am using this formula:

=VLOOKUP($A506;Nov;2;FALSE)

Is there a way to have the formula refer to cell A5 (Which has the text
value "Nov" in it) instead of explicitly having it in the formula.

Regards.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
carl
 
Posts: n/a
Default Modifying VLookUp

Thank you.

"Nov" in the vlookup formula refers to a named table.

"Niek Otten" wrote:

I don't think you have that as a formula, you probably have

=VLOOKUP($A506;"Nov";2;FALSE)

If so, change your formula to

=VLOOKUP($A506;A5;2;FALSE)

If not, you seem to have a cell with the name Nov and probably the text
"Nov" in it.
Press F5, Fill in Nov
Did it get you to another cell?
--
Kind regards,

Niek Otten


"carl" wrote in message
...
I am using this formula:

=VLOOKUP($A506;Nov;2;FALSE)

Is there a way to have the formula refer to cell A5 (Which has the text
value "Nov" in it) instead of explicitly having it in the formula.

Regards.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kleev
 
Posts: n/a
Default Modifying VLookUp

Yes. I tested this and it worked. Note, you probably want to change to
absolute cell referencing. I named a range Nov (also one name Dec) In cell
H16 was the text Nov (and Dec was in the cell below it.) Since I used
relative referencing, when I copied the formula down, it used the Dec range
for the next cell.

=VLOOKUP(I16,INDIRECT(H16),2,FALSE)

"carl" wrote:

I am using this formula:

=VLOOKUP($A506;Nov;2;FALSE)

Is there a way to have the formula refer to cell A5 (Which has the text
value "Nov" in it) instead of explicitly having it in the formula.

Regards.

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 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
Need help with modifying VLookUp Tom Excel Discussion (Misc queries) 4 December 2nd 04 12:44 AM


All times are GMT +1. The time now is 09:30 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"