excel cell locations based on value in another cell -


i using excel 2010. able use value of cell (such value in cell a1) in function define location data spreadsheet.

='sheet1'!$b$xx (where value of xx defined in cell a1)

you can use index, preferable use index less volatile.

=index(b:b,a1) 

this returns value or reference value within table or range


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -