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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Efficient Tables

Status
Not open for further replies.

duncs

Structural
Joined
Aug 17, 2002
Messages
10
Location
JP
im looking for a more efficient way to specify two variables (row and column heading) and then having excel return a value from an array of numbers. presently i am using H&VLOOKUP functions but they seem to put a limit on the number of rows that are allowed in the array.
cheers
duncs
 
Can you consideruse OFFSET(reference,rows, cols,height,width)function?

GOOD LUCK.
 
Didn't know there was a limit!
Anyhow, could try :
Match function to establish the row - use FALSE setting if exact match required.
Match function to establish the column number
Then use Address function to get cell address based on row plus constant and column plus constant
Then use indirect function to get contents of cell addressed.
Not sure if there is any limit on the match functions.
 
I have a speadsheet that looks a table and selects the appropriate value - bit like a bus timetable.

How can I email you a copy through the forum?
 
hi tim401,
that would be great if you could do that, here is my email duncanhundley@hotmail.com
cheers
duncan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top