Links in Excel

  • Thread starter Thread starter terabar
  • Start date Start date
T

terabar

I have 2 tables - Details & Summary. The Summary table basicall
provides a count of data in the Details based on some criteria. Is i
possible to just click on a count in the Summary table that woul
automatically show the corresponding records on the Details table
 
terabar,

If you used a Pivot Table as your summary table, then you would be able to
double click and see details.

HTH,
Bernie
MS Excel MVP
 
Wow.. that is cool!! I would presume that Microsoft has automated the
Advance Filter function to produce those Details on a double click
event.

OK, this may sound uncool but my summary is done manually using array
formulae due to multiple conditions
{=SUM((condition1)*(condition2)...)}. Is it possible to produce the
same effect by automating the advance filter and so produce a new
worksheet? I would presume this is using some really complicated
VBA...

Any chance of the source code for this event... if possible??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top