Using cell's contents as an index to a row ...?

M

Mac

Hello group,

assume two worksheets, named e.g. WS1 and WS2; on WS1 I have a listbox
filled with values 1 through 10. Now, if I make a selection, I want to use
that value as an index to the corresponding row of WS2, to acces its columns.
E.g. if I select a 2, I'd be reading columns of row 2 of WS2. I hope my
explanation is not too confusing.:) Which formula should I use for this?
 
A

Ashish Mathur

Hi,

Suppose the cell link cell of the List box is in cell D15 of WS1. Now you
can use the INDEX() function where the row_inout cell will be D15 of WS1.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 
M

Mac

??? "INDEX(array,row_num,column_num)"... Ashish, what do you call the
'row_inout cell'? Could you please use it in a real code?
 
A

Ashish Mathur

Hi,

Can you give the actual range references of data on WS1 and WS2.
Alternatively please mail the file at (e-mail address removed) and explain the
problem very clearly.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top