Copying within a filter to another column within filter

slay0r

Board Regular
Joined
Jul 8, 2011
Messages
231
Hi All,

I'm really struggling with copying a range over from one column in my filter to another.

I've been using the following technique but no luck so far:

Select range
Ctrl + G
Go to special
Select visible cells only
Go over to range in another column
go to special
select visible cells only
Ctrl + V


This is then coming up saying it can't do multiple ranges, am I doing something wrong? I swear excel has lost some functionality over the years I used to find all of this easy :ROFLMAO:

Any help would be greatly appreciated!
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Unfortunately, there is no way of directly pasting to visible cells only.
Either copy/paste each group of visible cells one by one, or you could use a macro to loop through the visible areas.
 
Upvote 0
I swear excel has lost some functionality over the years I used to find all of this easy :ROFLMAO:
Also, this is not lost functionality. Such copying of visible filtered values has always been the same - at least as far back as I can remember. :cool:
 
Upvote 0
One way round the issue is to use formulas. e.g. If 'copying' from Col A to Col B, say rows 2, 4 & 7, then in B2 put =A2. Copy this cell to the other visible cells in column B, B4 & B7, it should allow paste over non-contiguous cells. Unfilter then copy & paste special Col B as values to remove the formula.

Hope this helps,

Eric
 
Upvote 0
One way round the issue is to use formulas. e.g. If 'copying' from Col A to Col B, say rows 2, 4 & 7, then in B2 put =A2. Copy this cell to the other visible cells in column B, B4 & B7, it should allow paste over non-contiguous cells. Unfilter then copy & paste special Col B as values to remove the formula.

Hope this helps,

Eric
Just noting that this would get the values across to the other column (which may be all the OP wants), but it would not transfer formatting, comments, data validation etc like a copy/paste would.
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,352
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top