Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was wondering if it was possible to select and copy multiple rows if there
is data in one of the columns. Application (Column A) Number of issues (column B) Access 3 Access Manager 2 Adober Acrobat Adobe Acrobat Pro 1 Business Objects 2 CITRIX ExpenseLink 2 For example I have application names in Column A and a number of issues reported per application in column B. All cells in column A contain application names but not all cells in column B contain a number of application issues. I would like to only copy the applications and the # of issues for the rows that have a number of issues. I would like to be able to have something like this Application (Column A) Number of issues (column B) Access 3 Access Manager 2 Adobe Acrobat Pro 1 Business Objects 2 ExpenseLink 2 Can this be done through a Macro or VB code? TIA Thanks, Eric |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try Data | AutoFilter to see if you can select just that data
Copy it to target If this works, just record a macro of the steps you used best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "schleprock" wrote in message ... I was wondering if it was possible to select and copy multiple rows if there is data in one of the columns. Application (Column A) Number of issues (column B) Access 3 Access Manager 2 Adober Acrobat Adobe Acrobat Pro 1 Business Objects 2 CITRIX ExpenseLink 2 For example I have application names in Column A and a number of issues reported per application in column B. All cells in column A contain application names but not all cells in column B contain a number of application issues. I would like to only copy the applications and the # of issues for the rows that have a number of issues. I would like to be able to have something like this Application (Column A) Number of issues (column B) Access 3 Access Manager 2 Adobe Acrobat Pro 1 Business Objects 2 ExpenseLink 2 Can this be done through a Macro or VB code? TIA Thanks, Eric |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
All the columns after A are also the months of the year that the isues were
reported. I have something similar to that now but I was looking to automate more of it if possible. The cells that I am copying the data to will provide the information for monthly graphs. I would pull the data directly from the original location but that data is in a pivot chart and I can not munipulate the data the way that I need to for graphing. "Bernard Liengme" wrote: Try Data | AutoFilter to see if you can select just that data Copy it to target If this works, just record a macro of the steps you used best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "schleprock" wrote in message ... I was wondering if it was possible to select and copy multiple rows if there is data in one of the columns. Application (Column A) Number of issues (column B) Access 3 Access Manager 2 Adober Acrobat Adobe Acrobat Pro 1 Business Objects 2 CITRIX ExpenseLink 2 For example I have application names in Column A and a number of issues reported per application in column B. All cells in column A contain application names but not all cells in column B contain a number of application issues. I would like to only copy the applications and the # of issues for the rows that have a number of issues. I would like to be able to have something like this Application (Column A) Number of issues (column B) Access 3 Access Manager 2 Adobe Acrobat Pro 1 Business Objects 2 ExpenseLink 2 Can this be done through a Macro or VB code? TIA Thanks, Eric |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select range of cells from A1 to last cell with data? | Excel Discussion (Misc queries) | |||
How can i randomly select 780 rows from 4000 rows of data | Excel Worksheet Functions | |||
Using formulas to select cells (Ex: Select every nth cell in a col | Excel Discussion (Misc queries) | |||
Data: select a cell x rows below the current, where x is designate | Excel Discussion (Misc queries) | |||
select block of rows w/data between blank rows | Excel Programming |