I have 2 arrays (name ranged)... one is used as a flag (and is
text) the other is an array of integer values that flow through
calculations. I would like to write a code that looks at at flag to
see if it's on or off and, depending on that result, write a value into
the parallel value-array.
What's the best way to do this? I could probably get something crude
to work using active.cell offset type code, but there's got to be a
more efficient way to handle this. Any comments or suggestions would
be very much appreciated.