database - Dynamically referencing cells in other worksheets in Excel? -


i have table of data, selection of like:

barc    0.0001  0.0003  0.0006  0.0012  0.0009  0.0010  0.0008  0.0024 bnp     0.1915  4.1915  0.2314  0.3147  0.3168  0.3300  0.3060  0.4277 csgn    0.1915  0.0003  0.2221  0.0104  0.0109  0.0124  0.0097  0.0152 

the data in each cell linked separate worksheet share name names in first column. each entry in table each column references same cell in different worksheet. b1 barc!g850, b2 bnp!g850, , b3 csgn!g850. references same each cell besides worksheet name, don't increase incrementally across rows; c1 barc!g858 , d1 barc!g863, example.

i want use formula automatically populate table instead of typing out worksheet name references hand. how can this?

using indirect function can reference worksheet based on text in cola.

    | b                      | c  barc | =indirect( a1&"!g850") | =indirect( a1&"!g858") 

etc.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

android - How to create dynamically Fragment pager adapter -

1111. appearing after print sequence - php -