T
tur13o
Excel question.
Is there an easy way to make Excel's "grab and drag" behave like cut and
paste "values only" ?
Scenario :
One sheet has input data
Another sheet has formula to display output data which uses the input data
as its variables
There is a close positional match of data on both sheets (e.g. data entered
A1 on sheet 1 affects the results in A1 on sheet 2)
What I would like to be able to use Excel's "grab and drag" (this is where
you put the mouse cursor right on the edge of a highlighted block of data
and drag it to another location using the mouse) capability to move chunks
of data on the input sheet. But not have the cell references on the output
sheet automatically changed to point to the new location of the data. i.e.
A1 on the output sheet is always dependant on data in A1 on the input sheet.
However I DO want excel automatically change the cell references when I
modify the structure of a sheet e.g. adding columns. So using OFFSET( )
does not work.
I have tried putting input and output sheets in separate excel files and
this kind of works. If you have both files open then Excel will synchronise
references if you modify the sheet layout. However it wont if you only have
the input sheet open. So with only the input sheet open you can grab and
drag all you like; when you open the output sheet it will not have it's
references changed J. But again this is not ideal since you have to keep
closing and opening the output sheet to see the results of your moving data.
Is there an easy way to make Excel's "grab and drag" behave like cut and
paste "values only" ?
Scenario :
One sheet has input data
Another sheet has formula to display output data which uses the input data
as its variables
There is a close positional match of data on both sheets (e.g. data entered
A1 on sheet 1 affects the results in A1 on sheet 2)
What I would like to be able to use Excel's "grab and drag" (this is where
you put the mouse cursor right on the edge of a highlighted block of data
and drag it to another location using the mouse) capability to move chunks
of data on the input sheet. But not have the cell references on the output
sheet automatically changed to point to the new location of the data. i.e.
A1 on the output sheet is always dependant on data in A1 on the input sheet.
However I DO want excel automatically change the cell references when I
modify the structure of a sheet e.g. adding columns. So using OFFSET( )
does not work.
I have tried putting input and output sheets in separate excel files and
this kind of works. If you have both files open then Excel will synchronise
references if you modify the sheet layout. However it wont if you only have
the input sheet open. So with only the input sheet open you can grab and
drag all you like; when you open the output sheet it will not have it's
references changed J. But again this is not ideal since you have to keep
closing and opening the output sheet to see the results of your moving data.