cssriraman
Apr 13th, 2006, 09:05 PM
I am working on a quiz program in excel and want to be able to “flag” the questions that have been used. The main table has two columns at the beginning that give each line a random number and rank them. Then besides the question and possible answers, there is a column at the end of the table where I want the program to put a “X” when the question has been used.
The process takes ranking 1-10 (via formulas) to a smaller table which is then copied and “paste values” into what I call the “working” table from which the quiz actually gets the information.
What I want to do is once the data is in the “working” table is to have it lookup the matching data in the main table and when it finds it, to place that “X” in the last column.
I have had no problem with vlookup formulas either directly in a cell or using VBA code to put the formula in a cell and finding the data, but I am at a loss as to how to now tell it to go paste a “X” in that column in the main table based on that finding.
I am using Excel 2002 with SP3 on windows xp
Thanks for any help you can give.
The process takes ranking 1-10 (via formulas) to a smaller table which is then copied and “paste values” into what I call the “working” table from which the quiz actually gets the information.
What I want to do is once the data is in the “working” table is to have it lookup the matching data in the main table and when it finds it, to place that “X” in the last column.
I have had no problem with vlookup formulas either directly in a cell or using VBA code to put the formula in a cell and finding the data, but I am at a loss as to how to now tell it to go paste a “X” in that column in the main table based on that finding.
I am using Excel 2002 with SP3 on windows xp
Thanks for any help you can give.