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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -