EliseFreedman
Programmer
Hi All
I am working on developing a quiz in excel for our workforce. The quiz consists of around 80 possible questions with associated multiple choice answers. Each time the quiz is taken a different set of 10 questions will be chosen. A few of those questions have associated signs. The signs obviously only need to be displayed if the selected question has a sign associated with it. For now I have used NamedRanges and indexmatch to select the appropriate signs. My problem is that where there is no sign associated for the question, I want the picture linked to the signs to be hidden. I was originally trying a rectangle to hide it when a cell flag was set to No but it meant that the worksheet ran very slowly. I have also tried a blank sign but the issue with that is that the border still stays there (have tried setting the border to white but that doesn't seem to work).
Does anyone have any suggestions.
This is my formula
=INDEX(Sheet3!$Q$2:$Q$90,MATCH(Sheet3!$T$2,Sheet3!$P$2:$P$90,0))
I am working on developing a quiz in excel for our workforce. The quiz consists of around 80 possible questions with associated multiple choice answers. Each time the quiz is taken a different set of 10 questions will be chosen. A few of those questions have associated signs. The signs obviously only need to be displayed if the selected question has a sign associated with it. For now I have used NamedRanges and indexmatch to select the appropriate signs. My problem is that where there is no sign associated for the question, I want the picture linked to the signs to be hidden. I was originally trying a rectangle to hide it when a cell flag was set to No but it meant that the worksheet ran very slowly. I have also tried a blank sign but the issue with that is that the border still stays there (have tried setting the border to white but that doesn't seem to work).
Does anyone have any suggestions.
This is my formula
=INDEX(Sheet3!$Q$2:$Q$90,MATCH(Sheet3!$T$2,Sheet3!$P$2:$P$90,0))