I hope I can explain this clearly. If the current cell is one of the
following, I would like to copy its value to another cell. Say the current
cell is one of the following:
A4 - G4
A6 - G6
A8 - G8
A10- G10
A12 - G12
A14 - G14
All right, now lets say I am currently on Cell B12, which at this time has a
value of 26. I would like to copy that value to M7. Any time the current
cell changes so long as it is one of those I mentioned above, the value of
that cell is copied to M7, where I will do more calculations on it.
I tried a few functions, but they work one time, and moving around does not
change the M7 accordingly. It is probably going to require VBA, but can it
be done without VBA? IF it has to be VBA, could some kind soul help me out
please?
If the current cell is outside those ranges, just a blank would be very
sufficient.