How do you link cells?I link each cell manually and the when clicked on cell it should be colored.
In Example above, what happens if the user clicks D6? would it still show C4, D6, E10?
In Example below, if user clicks D6 it would show D6, D8, C8, F8.
Does that mean that D6 can belong to 2 groups?
How can the program know which group to show?
But when i click on D6, the relationship is not same, it could be
User Action: Click D6, Program shows up change of color ( user selected) (D6, D8, C8, F8)...
Requirement 2: It is just a visual representation, of listing all the values of the cells, related (as i randomly selected), in the cell or list of cells or drop down box ( any thing is fine).Where is the result box?2. List those cell values in the result box.
Also, I think using a single click to trigger these actions might cause problems later. I believe that using double clicks would be better. It is a REALLY easy change if you agree.
Bookmarks