Using list values as variable in secondary formulae... best way?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




Been struggling with this for a few hours and not making much
progress, hoping someone can help me out.

I've got an analysis XLS that has a bunch of interviews and a bunch of
analysis pages that look at aggregate responses for the questions
across all the scripts. What I'm trying to do is build a section in
each of the question analysis pages that will allow the user to select
one of the other questions from a drop-down menu/list and then see the
intersection between the current page's question and the selected
question.

For example, say the user is on the sheet for "Question 36" and wants
to see how people who answered this question answered Question 43. I
want to allow them to pick Question 43 in the pull-down and then have
that selection cause both the vertical key (labels) and data points to
change commensurately.

The easiest way to do this (in my mind) is to tie each list entry to
the question number and appropriate row, and then to reference them
centrally from teh analysis fields. That way when the user changes it
and updates, the calculations should all refer to the new variable.

What I can't figure out is how to do this in Excel... I basically need
a list with a label and two hidden values, and I then need a way to
reference those values from the various dependant cells.

Thoughts? Is there a good way to do this? Also, how do you create
lists that can be shared between sheets? Having trouble just figuring
that out...

Thanks for any help.

-rt

.



Relevant Pages

  • Re: Delphi7 / ADO - Origin property of TQuery blank
    ... and the labels on various dialogs and lists are set by reference to ...
    (borland.public.delphi.database.ado)
  • Re: Maintain list of attached event handlers (.Net 1.1)
    ... Your requirement to unsubscribe when the event fires is completely independent of how you unsubscribe other events later. ... A basic rule of event management is that when you subscribe the first handler, the reference to the event has to be instantiated. ... While you didn't actually post any code that showed such an enumeration, I will take as granted that somewhere you actually do. ... It's simple, it works, and is MORE performant than trying to maintain a list or lists or other data structures as various events are raised and unsubscribed from. ...
    (microsoft.public.dotnet.framework)
  • Re: Call by value, but (please check my hypothesis)
    ... objects are passed by reference in Lisp. ... > to lists ... SETF actually understands the syntax of the (GETF ...
    (comp.lang.lisp)
  • Re: [PATCH 2.6.23.14] SCSI : scsi_device_lookup/scsi_device_lookup_by_target return NULL for an exis
    ... because there is some outstanding command holding a reference to it. ... scanning will go ahead and try to add a new scsi_device to the devices lists. ... the consensus was to resurrect the sdev from the SDEV_DEL state back ... - that patches for the resurrection where implemented post this thread ...
    (Linux-Kernel)
  • Re: [PATCH] mm: use-once cleanup
    ... The idea is to mark a page PG_useonce on pagecache entry and modify the ... It wouldn't hurt to write what problem useonce fixes directly into the source ... fault time or when scanning the lists for reclaim in shrink_page_list. ... make the reference bit for all active pages have the same lifetime. ...
    (Linux-Kernel)