Formula or vba code to copy entire column based on text found in entire cell range

Rahulkr

Board Regular
Joined
Dec 10, 2019
Messages
66
Office Version
  1. 2010
Platform
  1. Windows
Dear All masters, I am having some data like below:- Is there any formula or Vba code to fetch or copy entire column based on text found. Many many thanks in advance.
ColumnABCDEFG
Row 1DaysD1D2D3D4D5D6
Row 2typePH1PH2PH3PH4PH5PH6
Row 3jk
Row 4lm
Row 5
Row 6no
Row 7
Row 808:30 Ande
Row 9
Row 10789pq
Row 1189yy

From this data I need to copy only that entire column in which the word "ANDE" is found and paste the entire row as below in another sheet:-

1612808125545.png


It it fixed that the word which I have to search will be unique, but it is not fixed that the word which I will search will be in same column, every time it will be changing the position from cell to cell and column to column.
But the given range of data will be fixed.

Many many thanks in advance. if any one can help on this.
 
Did you try the new code I posted in post 9?
You might have missed it, as I posted it just before your reply.
 
Upvote 0

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Did you try the new code I posted in post 9?
You might have missed it, as I posted it just before your reply.
Yes joe, but still it is throwing the same error as subscript out of range
 
Upvote 0
On which line?
Did you place this in the "Sheet1" module?
Are you sheets REALLY named Sheet1 and Sheet2, or something else?
Are there any locked or merged cells on either sheet?
 
Upvote 0
On which line?
Did you place this in the "Sheet1" module?
Are you sheets REALLY named Sheet1 and Sheet2, or something else?
Are there any locked or merged cells on either sheet?
it is not showing error on any line, but when I am shifting the Ande from one column to another it is throwing the error.
Joe if have not changed any sheet names.
There is no locked or merged cell
joe this is the link for downloading my file you can see it.
demo.xlsm
 
Upvote 0
it is not showing error on any line, but when I am shifting the Ande from one column to another it is throwing the error.
Joe if have not changed any sheet names.
There is no locked or merged cell
joe this is the link for downloading my file you can see it.
demo.xlsm
I have not changed anything Joe. How you are asking me I am doing like that only.
 
Upvote 0
I cannot download files at this moment (my workplace security team strictly forbids it), but will have access to my how computer in a little while.
Can you explain exactly what you are doing when you get this error?
How exactly are you "shifting" this value over?
 
Upvote 0
Joe if your are not able to download then please see my original file data as below.

Driversdriver 1driver 2driver 3driver 4driver 5driver 6
ph noPH1PH2PH3PH4PH5PH6
pickup area91118116111355822542255
pickup time08:00 Ande08:30 Max09:10 Mark
Drop

Below is the full instructions what I got to build this schedule preparation.
Assume this is the pick and drop schedule for a day for Ande then the entire column B1:B11 should be copied and paste in Sheet2
Assume this is the pick and drop schedule for a day for Max then the entire column D1:D11 should be copied and paste in Sheet3
Assume this is the pick and drop schedule for a day for Mark then the entire column F1:F11 should be copied and paste in Sheet4
It is not sure that on next day either Ande, Max, or Mark will be assigned to Same driver, then can be assigned to any driver (ie, driver2 or driver 6 or so on)
if Ande, Max, or Mark were manipulated from any of the entire Driver column then that entier Driver column should be copied and paste as per their respective sheets assigned
if there is no such word as Ande, Max, or Mark found in entire data then there will be no data in sheet 2,3, or 4
 
Upvote 0
I cannot download files at this moment (my workplace security team strictly forbids it), but will have access to my how computer in a little while.
Can you explain exactly what you are doing when you get this error?
How exactly are you "shifting" this value over?
Joe thanks from my bottom of heart, you are doing much help to me.

As per your instruction I am doing all as what you are instructing me. but still it showing the same error " Subscript out of range error"
 
Upvote 0
As per your instruction I am doing all as what you are instructing me. but still it showing the same error " Subscript out of range error"
You haven't answered the question I am trying to ask you.
Tell me the EXACT steps you are doing when this error occurs.
In order for me to recreate it, I want to do the exact same thing you are doing that causes this error to happen.

For example, I am looking for you to tell me something like:
"I am typing Ande in cell B4".
- or -
"I am copying and pasting cell C3 to C4".
 
Upvote 0
Are you sure it's a "Subscript out of range" error? I don't get that using Joe's code.
However you may get a different error depending on which version of Excel you are using.
Can you please update your account details to show your actual version of Xl rather than all the options.
 
Upvote 0

Forum statistics

Threads
1,215,764
Messages
6,126,751
Members
449,335
Latest member
Tanne

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