Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

index function not working 1

Status
Not open for further replies.

Chrissirhc

Programmer
May 20, 2000
926
GB
Hi,

I want to use Index(A1, 2,1) where A1 contains the name of the range I want to do the index lookup on.

How do I do this?

Thanks in advance,

Chris
 



Hi,

Use the INDIRECT function in this case...
[tt]
Index(INDIRECT(A1), 2,1)
[/tt]

Skip,

[glasses] [red][/red]
[tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top