Macro To Copy / Change And Paste With Different Criteria?

Aug 5, 2014

I have a file that needs to copy/change and paste data if column H has the following 3 abbrev but each of them has its paste criteria. see details below.

1) In column H, if abbrev ="Prod 10", insert 9 rows and then copy and paste but the codes in column G of the copied rows need to change to different numbers.

2) If abbrev ="Prod 4", change the code of the following 3 rows to 44298.

3) If abbrev ="Prod 14", insert 13 rows and then copy and paste.

Is it possible to have a macro to do these tasks?

View 4 Replies


ADVERTISEMENT

Macro To Copy Data From Columns And Paste In Rows After Given Criteria Matches?

Nov 21, 2011

I have a macro that would check data in Column A and validate if a particular number is repeating, then for that number go to column B, Take the Values from there go to a new sheet and paste the values in a row.

CurrencyDateRef CodeIDAccountAmountDes.USD07152011XDVU4315210.4200.C5001.USD-18,606,772.190Distr Payable 07152011USD07152011XDVU4315210.4200.C5002.USD-111,131.450Distr Payable 07152011USD07152011XDVU4315420.4240.C5001.USD18,606,772.190Distr Payable 07152011USD07152011XDVU4315420.4240.C5002.USD111,131.450Distr Payable 07152011

I get the data in the below format

CurrencyDateRef CodeIDAccountAccountAmountDes.USD07152011XDVU4315210.4200.C5001.USD420.4240.C5001.USD-18,606,772.190Distr Payable 07152011USD07152011XDVU4315210.4200.C5002.USD420.4240.C5002.USD-111,131.450Distr Payable 07152011

I need to the macro to get the data not from the second cell.

Below is my macro

Sub test()
Dim idRange As Range, c As Range
Dim uniqueID As String
Dim destSht As Worksheet, sourceSheet As Worksheet
Dim r As Long
Dim i As Integer
Dim map As Object, key, item

[code]....

View 2 Replies View Related

Copy, Paste, Change Font Size, Copy, Paste, Print VBA

Mar 29, 2009

I'm using 2003.

1. Copy cells B5 to V-First blank row in Strength Tests worksheet
2. Paste cells into Racks worksheet in cell C5
3. Change font size to 6
4. Sort by Column T descending then by Column C ascending
5. Copy one row (A5-W5 (1Rx23C)) from Racks worksheet
6. Paste row into M1 worksheet in cell D4
7. Print M1
8. Drop down one row on the Racks worksheet
9. Repeat steps 5-8 until there's a blank row.

View 9 Replies View Related

Excel Macro To Copy Data From Array And Paste To Separate Sheet Paste Special Transpose

Jan 29, 2014

I would like to implement specific cell ranges from two specific worksheets each within 33 workbooks (which all have several tabs) into a summary page in a separate workbook.

The cell ranges are going across my spreadsheet in rows and I would like for them to transpose into a columns depending on the data which I have separated by catergory on the summary page. They are all on the same location in each workbook which is separated by country. The cell ranges are E26:P37 and I would like to transpose them and have them put below eachother without overwriting for my format on the summary page, how I can put this together in a macro?

View 1 Replies View Related

Create Macro That Can Copy / Paste Or Cut / Paste Rows Into Different Spreadsheet

Oct 1, 2012

I have one workbook that needs two macros.

On the "Complete Backlog" tab of my workbook, I want users to enter in the requested information based on the column header. Then I would like a Macro attached to a button that says "Refresh" that the user would click after they have entered in all of the information. This macro should look in Column M (WIP Status) and if any of the cells say "Close", it should Cut the entire row from the spreadsheet(Ex. A2:M2) and Paste it into the speadsheet titled "Closed Jobs".

This is so that as jobs are closed/finished, they are removed and stored on a separate sheet. The items would have to be pasted so that it pastes into the next available row - not just on top of each other.

I also need another macro that i can put into a button that doesn't "delete" a row from the sheet, but just copies over to another sheet - so that there are two instances in the workbook.

If would look something like: If a cell in "Column G / Director" of the "Complete Backlog" speadsheet is equal to "Snodgress" then copy columns A-L of the same row to the spreadsheet titled "Snodgress" - of course skipping down the rows to the next blank row.

.....is equal to "Herr" copy row to "Herr" spreadsheet.
....is equal to "McCormick" copy row to "McCormick" spreadsheet.
and so on.

View 2 Replies View Related

How To Copy And Paste Fill Change

Jan 23, 2013

When doing a normal copy and paste of a formula you get 1 cell added to the formula

ie... a1=b1+c1
when dragged and copied to a2 you get a2=b2+c2

Is there a way to make it add more than one cell so that when the first formula is dragged and copied I would get a2=b17+c17

The actual formula I am doing a copy and paste with is:

=IFERROR(CHOOSE($I$2,'YTD & MTD'!D58,'YTD & MTD'!E58,'YTD & MTD'!F58,'YTD & MTD'!G58,'YTD & MTD'!H58,'YTD & MTD'!I58,'YTD & MTD'!J58,'YTD & MTD'!K58,'YTD & MTD'!L58,'YTD & MTD'!M58,'YTD & MTD'!N58,'YTD & MTD'!O58,'YTD & MTD'!C58),"")

I am needing to copy and paste to the next row but want 'YTD & MTD'D58 to change to 'YTD & MTD'74

View 1 Replies View Related

Event Change Copy Paste

Feb 1, 2010

I have two worksheets, and when the value in one changes I'd like the value in the other to change as well. Pasting a link doesn't work, because on the "Paste to" sheet I've applied conditional formatting, and it doesn't register a change event when it's a pasted link. I tried running a macro to copy the whole column and paste it on a change event, but that didn't alert the conditional formatting to kick in.

The "Paste From" sheet has dropdowns in column C. The "Paste to" sheet has corresponding dropdowns in column F. So, if someone changes the selection in C3 on "Paste From", I'd like F3 on "Paste to" to change.

View 6 Replies View Related

Copy And Paste From One Sheet To Another If The Criteria Met

Dec 10, 2009

I have a dictionary for which’s words I want to find poem verse pairs as references. I want to add 3 different verse pairs of poems as reference to each word from my wordlist. There are two worksheets: .......

View 9 Replies View Related

Copy/paste After Search Criteria VBA

Feb 17, 2010

Basically a VBA code for a Command Button which when being pushed looks for the last cell being used in column A and copy/pastes rows 1 to 19 right in the next cell where this X (just an example..X could be anything basically) would be found. My columns go up to BU.

View 9 Replies View Related

Copy And Paste Row By Cell Value Criteria

Jun 4, 2008

I am trying to copy and paste Row by cell value. It is working fine when I am copying row from one worksheet by comboBox value to other worksheet. But problem is after updating data when I want copy back by cell value, it is showing "Run-time error '1004'" - Application-defined or Object-defined error. the code below is working fine

Private Sub CommandButton1_Click()
Dim sfind As String
Dim cl As Range
'check for a value & show message
Sheet = "Data"
Sheets(Sheet).Select
Application. ScreenUpdating = False
If Me.userIDCombo.Value = "" Then 'the textbox in userform
Me.userIDCombo.SetFocus
MsgBox "Please enter a Name to Update."
' show message if no Name Selected
Exit Sub
Else
sfind = Me.userIDCombo.Value.........................

View 2 Replies View Related

Copy And Paste Values Based On A Criteria

Nov 12, 2008

a VBA code to do the following:

I have a worksheet consist of some 17,000 records - from ColA:ColDZ. In Datasheet, I have all values. From this, based on some values in ColA all records should be copied into another sheet(s).

I have attached a sample workbook in which I have explained the requirement.

View 14 Replies View Related

Transfer Copy/paste Based On Criteria

Jan 13, 2010

6 worksheets ("Monday" ,"Tuesday" etc)
1 Worksheet (call it Main)

In the Main sheet let's say there are 3 column headings - Date, Inv No, Amount

I want to copy from the Main sheet to the appropriate day e.g if the dates in the main are13/01/10 and 14/01/10 then all the info pertaining to 13/01/10 should go to the Wednesday worksheet.

View 12 Replies View Related

Copy And Paste Row Of Data Where Cell Contains Criteria

May 8, 2008

I need to be able to search column y and rows 5-100 and where cells contain "A" copy and paste entire row to row 110. I am guessing it is really simple but I am obviuosly missing something

View 3 Replies View Related

Copy And Paste Row From Different Tab Based On 2 Different Criteria Assign To Button

Feb 13, 2014

Sheet 2 contains a drop down list containing names, would like to assign a Macro to a button on same sheet that would refer to sheet 3 based on certain criteria.

Sheet 3 contains columns A - K of data. 2 criteria, data in column D and column K. Column D would be the same as names in the drop down list, whereas column K refers to a constant, either y or n.

Example: If D contains "Cheddar" and K contains "Y", copy and paste A:K to Sheet1, preferably starting at row 7.

View 3 Replies View Related

Copy Cells Based On Criteria & Paste Only Values

Jul 19, 2007

I am very new to Macro programming. I want to set up a macro which will copy data from few cells in a sheet and paste them as "Values" to certain specific locations in another sheet based on criteria. This copy paste needs to be done for about 40 different cells. I want to fix this with a button on the source sheet, so that this process happens when the button is clicked. I am attaching a sample file showing what I need.

View 2 Replies View Related

Copy Range & Paste Based On Date Criteria

Jan 22, 2008

I have 2 ranges: 1."Task info" (4x4 range)
2." Dates" (24x2 range)

I have one variable cell ref: "Date1" (a date)

Based on "Date1" I want to copy the value in the "task info" and Paste special value that is next to the corresponding date in "dates".

View 4 Replies View Related

Copy/Paste Rows Into New Sheet Meeting Criteria

Jun 19, 2008

1) I have a original worhsheet_A which with header rows(1~6) and many columns.
2) In the sheet_A, there are 2 columns (ColumnN & S) which I need to set criteria (value>5).
3) If any row's data which meet the criteria (value >5) with either column N or S, copy all the entired rows to sheet_B following sheet_A sequence.
4) The sheet_B should have the same header row with sheet_A(row1~6).

Btw, is possible create a corn job trigger this macro to run daily 9am to send out the worksheet_B as email, so that the command button can be disregarded.

View 4 Replies View Related

Change Validation List Value And Copy / Paste From Dependent Cells?

Jun 12, 2014

I have a sheet which autofilters according to a validation list in cell E2 using the code.

I have then used subtotal arrays to calculate the mean, median, max, min and total count for whichever values the filter shows.

What I want to do next is have a code which will select each possible option from the validation list (triggering the autofilter) and copy and paste the values from each dependent formula into a new sheet.

Attached File: dummy 1.xlsm

View 7 Replies View Related

Spinner Link Cell Doesnt Change When I Copy And Paste The Row

Jan 24, 2010

I have a Piece of Code that copys a Row in my Spreadsheet and Pastes it underneath the original Row.

The Problem that I am having is that within the Row it Copys there is a Spinner in it. I want the Spinner to be copied also but the Cell that the Spinner is Linked to Says as the Original Cell, it doesnt move Down with the New Row Pasted in.

Here is the code that i have written to Copy the Row and Paste it down a Row.

View 5 Replies View Related

Automatically Copy Formula Range On Change & Paste Values

Oct 27, 2008

I want to automate the following steps when cell A8:A11 changes in sheet "InfoAA":

(1) clear contents and formats of cells A1:A4 in sheet "InfoBB"
(2) copy cells A8:A11 of sheet "InfoAA" (which are formulas) and past it as text in cells A1:A4 of sheet "InfoBB".
(3) then automatically run a recorded macro named "BoldFirstName"

See attachment.

View 6 Replies View Related

Copy Paste Multiple Criteria Based Rows To New Sheet

May 23, 2008

I need to copy specific rows that have a specific value in colum B and Colum M to new worksheets.

So from attached screenshot , say for an example macro shud filter rows that have "BigPond" in coloum B ,"RG2" in column M & "INT" in column W and i dont want all cells in these rows , i only want copy cells under column C,AK,AL,AM (in this order) to my other excel sheet that is named "BigPond" and it should paste it starting from Row5?

I want to avoid recording a macro as it selects a range and i am expecting more new rows every week so if a record a macro the cell range for selection changes and i get incorrect result.

View 14 Replies View Related

Copy Paste Rows To Another Sheet Based On Column Criteria

Jan 17, 2007

I have a file that has two sheets, I have some formulas in the first sheet named "Data",What i would like to have is, If column G in the sheet Data is "Closed", then i want that particular row to be cut from the sheet " Data" and pated in to the Sheet "Done".

View 5 Replies View Related

Copy Specific Range Of Cells On Change Event Then Paste To New Row In Another Sheet

May 28, 2013

Essentially I need to copy the first 8 cells in a row in one sheet (for example: A3:I3) when the word "Actuals" is entered into A3 from a drop down list. Then the copied data needs to be pasted to a another existing worksheet in the same workbook in the next available row. The data includes mostly values, but there is a formula in column H that creates a hyperlink out of the content in column G, friendly name in column I.

I am not stuck on the idea of having "Actuals" entered in column A as the trigger or change event and there will be times when a new copy/paste of the same data will need to be done more than once at a later date.

For further information, column B contains a serial number/productID number.

View 9 Replies View Related

Automatically Copy/Paste Data From Input Range Based On Criteria

Sep 4, 2006

I have a workbook with 2 - worksheets "DATA" and "LETTER".

The "DATA" sheet has columns "First Name" "Last Name" "Address"...etc.

The user can enter in either a "X" or a "x" in cells B6:B100 on the "DATA" worksheet.

After the user enters a X or x and hits the macro button I need it to copy certain cells from "DATA" worksheet to "LETTER" worksheet. I have listed a example below.

In this example if a "X" or "x" is entered into B6 on "DATA" worksheet and the macro button is hit, then: ....

View 9 Replies View Related

Copy Rows Based On Criteria, Paste As Values To New Sheet & Sort

Apr 15, 2008

I have spent a few days searching through forums but cannot find examples that i have been able to successfully adapt ( because they are to complicated for my limited knowledge). I have a workbook with 5 sheets, sheet1 (current), and sheet 4 (archive) are the important ones. I need a macro to

A) copy rows from "current" to "archive" ( to the 1st empty row) if column S of "current" contains "Closed" ( the word is generated by formula).

B) The paste needs to paste special values and number formats ( want to lose formula but not conditional formatting).

C) data sort "archives" based on col A - this puts the newly archived data into correct sequence.Data sort lowest number 1st

D) delete the copied rows from "current".

e) give me a count of how many rows it deleted, (I have a macro to insert rows so will run that manually to recreate the correct number of emtpy rows (with formula and formatting) to bring the current sheet back to usual size.

I tried modifying a macro by RPaulson (based on cells on one sheet to cells on another), to work with entire rows but couldn't get it to work.

Found that paste special uses PasteSpecial xlPasteValues, but , and thats about it.

View 6 Replies View Related

Copy And Paste From One Sheet To Another Based On Column A Using A Macro Copy Button

Jan 22, 2007

I want to copy and paste from one sheet to another based on column a using a macro copy button.

E.g. if column a value = apple then copy that row into the apple sheet.

View 9 Replies View Related

Copy & Paste Macro Won't Paste

Jul 10, 2006

I want this macro to find in this case "406" in column A which is at the very end of the last block of 160 rows of information.

I then want it to move up 159 rows and copy 160 rows of information underneath the last block of information.

i.e.go to A5280 , then go to a5121, copy rows 5121:5280 to 5281.

It falls over on the very last line of code I can see A5281 selected but it won't paste....

View 9 Replies View Related

A Macro To Search And Change A Cell If Criteria Is Not Met

Dec 7, 2006

I have gotten good modifying existing ones to fit my purpose but still have a lot to learn about creating them. I would like help in creating a macro that would search out several sheets (JanD.....DecD) and search for names in column K and a location name in column L. If the contents of the cells do not meet the criteria of name and location then I want the name to be changed to "OTHER".

View 9 Replies View Related

Macro To Create Worksheet, Change It's Position, And Paste Date Into It

Apr 26, 2009

I need a macro that will create a new blank worksheet, move it to the last spot and paste the entire contents of the sheet named "master" into the newly created sheet.
I have tried to do this with the recorder but have been unable to get it to work.

View 9 Replies View Related

Copy/Paste From Tab Macro

Jul 13, 2007

I tried writing a macro to copy data from one tab and paste it on another. It gave me an error message every time.

So I tried recording one doing just that, and when I went to play it, it still gave me an error.

So here is what I came up with:

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved