Thread: VLookup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default VLookup

Vlookup("Text", RangeName, 3, 0)
Range name will be provided in cell A1


Try it with INDIRECT, viz.:
=Vlookup("Text", INDIRECT(A1), 3, 0)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"SHETTY" wrote in message
...
Dear Friends

I want to lookup value from defferent range of tables as per value in a
cell

Vlookup("Text", RangeName, 3, 0)
Range name will be provided in cell A1

As and when value in A1 changes I want lookup formula to ge exact value
from
the desired table

If I give reference to cell "A1" in the formula function returms #VALUE

Please guide

Ramesh Shetty