I execute a query through a macro.. data is returned to one wooksheet.... Now I am needing a specific cells to point to a graph template I have set up.
Example... query returns to sheet1:
|__Gender__|__Age__|__Score__|
|____M_____|___20__|___45____|
|____F_____|___19__|___47____|
|____M_____|___19__|___46____|
I am needing to bring in the contentents of the "Score" column in sheet1 into cell A1 Sheet2 where and only where Gender=M and Age=20
Is it possible to generate an Array and do multiple if statements like this in Excel?
Thanks in advance ! =================================
Imagination is more important than knowledge.
(A.E.)
Example... query returns to sheet1:
|__Gender__|__Age__|__Score__|
|____M_____|___20__|___45____|
|____F_____|___19__|___47____|
|____M_____|___19__|___46____|
I am needing to bring in the contentents of the "Score" column in sheet1 into cell A1 Sheet2 where and only where Gender=M and Age=20
Is it possible to generate an Array and do multiple if statements like this in Excel?
Thanks in advance ! =================================
Imagination is more important than knowledge.
(A.E.)