Excel Dynamic Chart Update Using Table -


i've read many posts on site similar issues of making chart update dynamically. i've tried indirect function built-in table approach, still haven't gotten work. appreciate clarification can provide me this.

my question following:

i have multi-sheet excel file. tab i'm working on looks following:

col.     col. b    col. c    col. d    col. e    col. f fund name: fund1 invstmnt1 invstmnt2 invstmnt3   invst date  info1    info2    info3    height    baseline 

where have following formulas in invst column):

=vlookup($a$2, 'investment data'!1:1000000,9,false) =vlookup($a$3, 'investment data'!1:1000000,9,false) =vlookup($a$4, 'investment data'!1:1000000,9,false) 

the following formulas in info1 column:

=vlookup($a$2, 'investment data'!1:1000000,3,false) =vlookup($a$3, 'investment data'!1:1000000,3,false) =vlookup($a$4, 'investment data'!1:1000000,3,false) 

info 2 , info3 have similar vlookup's, taking different columns investment data sheet. "height" , "baseline" columns chart built , not relevant question here.

my question following: sheet want when particular fund input in cell b1, , corresponding investments associated fund, 3 in number. can make sheet work if number of investments in fund same. issue number of investments in given fund varies 1-20. in other words, need make sheet flexible enough work 1 investment, or 20. after reading through posts, created table "invst", "date", "info1", "info2", "info3", "height", , "baseline" column headers, i've been working on few days , still can't work dynamically to.

i appreciate can provide! thank you!

just clarify, problem if repeat vlookup formulas 20 rows, when have 3 investments in example provided, "#n/a" in rows without matching investments. if don't put these 20 rows of vlookups, if have 20 investments, chart not include investments want include.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -