ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Return Results of a cell based on cell referenced in a cell (https://www.excelbanter.com/excel-worksheet-functions/241624-return-results-cell-based-cell-referenced-cell.html)

Drew

Return Results of a cell based on cell referenced in a cell
 
I am trying to write a formula that will return the results of a cell based
on cell coordinates (including sheet where located and cell within that sheet
(column and row)). Is anyone aware of how to do this?

Thanks,
--
Drew

Jacob Skaria

Return Results of a cell based on cell referenced in a cell
 
=INDEX(Sheet1!A1:J10,5,5)
returns contents from 5th row 5th column of array Sheet1!A1:J10

If this post helps click Yes
---------------
Jacob Skaria


"Drew" wrote:

I am trying to write a formula that will return the results of a cell based
on cell coordinates (including sheet where located and cell within that sheet
(column and row)). Is anyone aware of how to do this?

Thanks,
--
Drew


Glenn

Return Results of a cell based on cell referenced in a cell
 
Drew wrote:
I am trying to write a formula that will return the results of a cell based
on cell coordinates (including sheet where located and cell within that sheet
(column and row)). Is anyone aware of how to do this?

Thanks,



Does this help?

http://www.contextures.on.ca/xlFunctions05.html

Drew

Return Results of a cell based on cell referenced in a cell
 
I should have provided more detail. Within my spreadsheet, I have one cell
that refers to a tab (Store 1) and another cell that refers to the cell
within that tab where the data that I want to return resides (c10). Is there
a formula that I can use that will return the information that I want by
referencing the two cells where the tab and cell information resides? i.e.
=index(c9 (tab data), c10 (cell data to return within that tab).

Thanks,
--
Drew


"Jacob Skaria" wrote:

=INDEX(Sheet1!A1:J10,5,5)
returns contents from 5th row 5th column of array Sheet1!A1:J10

If this post helps click Yes
---------------
Jacob Skaria


"Drew" wrote:

I am trying to write a formula that will return the results of a cell based
on cell coordinates (including sheet where located and cell within that sheet
(column and row)). Is anyone aware of how to do this?

Thanks,
--
Drew


Jacob Skaria

Return Results of a cell based on cell referenced in a cell
 
cell A1 = tabname
B1 = cell reference..

Try

=INDIRECT("'" & A1 & "'!" & B1)

If this post helps click Yes
---------------
Jacob Skaria


"Drew" wrote:

I should have provided more detail. Within my spreadsheet, I have one cell
that refers to a tab (Store 1) and another cell that refers to the cell
within that tab where the data that I want to return resides (c10). Is there
a formula that I can use that will return the information that I want by
referencing the two cells where the tab and cell information resides? i.e.
=index(c9 (tab data), c10 (cell data to return within that tab).

Thanks,
--
Drew


"Jacob Skaria" wrote:

=INDEX(Sheet1!A1:J10,5,5)
returns contents from 5th row 5th column of array Sheet1!A1:J10

If this post helps click Yes
---------------
Jacob Skaria


"Drew" wrote:

I am trying to write a formula that will return the results of a cell based
on cell coordinates (including sheet where located and cell within that sheet
(column and row)). Is anyone aware of how to do this?

Thanks,
--
Drew



All times are GMT +1. The time now is 05:31 PM.

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