ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VLookUp (https://www.excelbanter.com/excel-programming/412704-vlookup.html)

SHETTY

VLookUp
 
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






Nayab

VLookUp
 
On Jun 17, 10:26*am, "SHETTY" wrote:
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


You can use VLOOKUP("Text",INDIRECT(A1,1),2,0) where the reference is
in the cell A1 in the format A1- style. if the reference is in R1C1
style change the Indirect part to indirect(A1,0)

SHETTY

VLookUp
 
Thanks

It works
Ramesh Shetty

"Nayab" wrote in message
...
On Jun 17, 10:26 am, "SHETTY" wrote:
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


You can use VLOOKUP("Text",INDIRECT(A1,1),2,0) where the reference is
in the cell A1 in the format A1- style. if the reference is in R1C1
style change the Indirect part to indirect(A1,0)




All times are GMT +1. The time now is 11:56 PM.

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