M
MichaelS
Hello All,
Does a macro (or function or ??) exist to conditionally copy value
from a stored spreadsheet into the current (open) spreadsheet?
Here's the scenario:
Stored spreadsheet is two columnsof text (~200 rows) : Think explici
question in column one, then the correct answer in column two of th
same row.
Then my current (open) spreadsheet has SOME of the same questions i
column one.
I would like to invoke a [macro?] that, in pseudo code, does somethin
similar to the following:
for each row (question in column 1) of the current spreadsheet
Search in column 1 of *stored* spreadsheet for a matching question
IF matched, copy text of column 2 (answer)
into column 2 the current spreadsheet
So each question in my current spreadsheet gets the correct (matching
answer from the stored answer key.
Any help is appreciated. THis will save me oodles of time!
-Michae
Does a macro (or function or ??) exist to conditionally copy value
from a stored spreadsheet into the current (open) spreadsheet?
Here's the scenario:
Stored spreadsheet is two columnsof text (~200 rows) : Think explici
question in column one, then the correct answer in column two of th
same row.
Then my current (open) spreadsheet has SOME of the same questions i
column one.
I would like to invoke a [macro?] that, in pseudo code, does somethin
similar to the following:
for each row (question in column 1) of the current spreadsheet
Search in column 1 of *stored* spreadsheet for a matching question
IF matched, copy text of column 2 (answer)
into column 2 the current spreadsheet
So each question in my current spreadsheet gets the correct (matching
answer from the stored answer key.
Any help is appreciated. THis will save me oodles of time!
-Michae