powerpivot - Excel: automatically replicate number of lines -


i have huge table1 many columns. need bring on information table2 which:

  1. only has 10 columns
  2. values in these columns calculated (e.g. if/then, index/match, etc)
  3. currently "=table1[xxx]" , incorporate in needed formula, i.e. table2 has exact number of rows table1.

problem: data in table1 refreshed weekly, i.e. new lines appear. how can make table2 automatically take number of lines/entries table1 has? made table2 2 times longer, results in value errors prevents me using pivot tables. think solution can done using powerpivot connections i'm stuck regards how it.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -