copy & formula

  1. brendalpzm

    Copy and paste formulas from a workbook to another without reference with VBA

    I have 3 workbooks, one of them (wb1) has a vba code that copies some formuled cells (a1:c23) in a worksheet from wb2 and copies them in a worksheet in wb3. The thing is that the formulas copied in wb3 are referencing the wb2 instead of wb3, how to copy without this reference?
  2. U

    VBA: VLOOKUP If Certain Criteria Is Met

    Hello Gurus, I'm currently have below code DATA 1 Sheet: ITEM 1 ITEM 2 ITEM 3 ITEM 4 DATA 4 001 002 003 Note: In cell E1, that is the Sheet where the data should be look up. Usually, manually filled as there are too many data sheet tabs. In the code below, it...
  3. J

    Copy Columns from one sheet to another using macro/formula

    Hey guys, As the title says, i have two sheets named A and B. I import excel data from a report into sheet A with columns going from a - z, what i am trying to do is set up a formula or macro on sheet B that will automatically fill data from specific columns in sheet A to sheet B. IE Sheet A...
  4. S

    VBA: Copy from one workbook to an other, but keep link

    Hi guys I have a problem, you might be able to help me with. I have two workbooks. I am able to create a macro, which allow me to copy a range(table) from workbook1 and insert it in workbook2. My code is very simple (just an example) workbook1.sheet1.range("xxx").copy...
  5. D

    Copy a formula down in VBA

    Im trying to copy down a formula down in VBA using the following code. Sub offsetConcatenate() ' This will add the concatenate formula Dim row As Integer Dim DateCountCalculator As Integer Dim MinusStart As String DateCountCalculator = Range("DateCountCalculator").Value For row =...
  6. S

    Copying a specific cell same row but every 7th column

    I have a worksheet that I need to copy cells in row 7 but I only the information from every 7th column for now. For example, the first few cells I need to copy are C7.J7,Q7. This file goes on for years worth of data. I tried =OFFSET(C7,0,7) which worked for the following cell but when I drag it...
  7. G

    Copying a value from a formula, from one sheet to another

    Hello I tried to use this code to copy all the data from the column P6:P (last line) from the sheet "Original" and paste it on another sheet called "Test", well actually those data from the sheet "Original" are values, which are sums values by using FormulaR1C1. When I copy that on the sheet...
  8. M

    copying data from one sheet to another and skipping 9 cells in destination sheet

    hi i am trying to copy values from sheet to another. in the data sheet i gave numbers from F5, F6 and so on. and in the destination sheet need the data in M24, M34, M44 and so on. i was doing it by =F5 in M24, but i have 700 values to be copied every day and it wll take a long time. if any...
  9. M

    Can VBA code be less glitchy?

    Can my code be less glitchy when it’s coping data from one tab to another? When i select input from tab 2 it flickers between tab 1 & 2. How can it be smoother? Sub CopySource() Dim wsData As Worksheet Dim iRow As Long Set wsData = Sheets("Input") Set wsT = Sheets("Tracker") Set work =...
  10. A

    Copy and Paste VBA with dynamic length

    Good evening I have a sheet whereby there is a dynamic column A and B with dates that populate (as time goes on, more dates appear etc.). In the worksheet, there is some formulas in cells C:ZZ which use the data in Column A as an XLOOKUP. The formulas in the worksheet don't auto populate the...
  11. T

    Copy From Folder ready need add color Tracker.

    Hi Gods of Excel, how are you ? ? Guys, I took this formula from one place and try it works perfect. It can copy files from one folder to another, but I want to update it and add color in cells which were copied something as indicator ( fore example green color). Is it possible ? Example...
  12. D

    Tabel doesn't copy formula in two rows when expanded

    Hello everyone. I have an Excel-sheet with a table, in which, I weekly insert new data and thereby expand the table. A minor issue has annoyed me however; I have some prewritten formulas in many of the columns in the table and once I insert new data in empty columns within the table...
  13. L

    VBA for copy data from one sheet to another

    Hi, I have the below data in "sheet1" Provider Number Of Tasks Number of OLA Fulfilled Priority OLA Fulfilled % Pbonk 2 1 Prio 2 50% Fiscal 3 0 Prio 2 0% Pbonk 12 7 Prio 1 58% Fiscal 1 0 Prio 1 0% Fiscal 10 3 Prio 3 30% Pbonk 82 59 Prio 1 72% Fiscal 14 1 Prio 1 7% Pbonk 87 23...
  14. S

    Copy data from two different sheets

    Hello Everyone, I have two sheets with follow data: Sheet 1 SR. No Data 1 A 2 B 3 C 4 D 5 E 6 F 7 G 8 H Sheet 2 SL. No Data 1 100 2 200 3 300 4 400 5 500 6 600 7 700 8 800 I am looking for a formula/way to copy data from above sheets to a third...
  15. K

    VBA to copy formula range from a master sheet to all files in a user defined directory

    Hi! I am trying to copy a formula from range A1:H2 in sheet 1 of my master workbook and paste it into the range C1:J2 of the first sheet in all .xls files in a user-defined directory. The .xls files are all uniquely named and have unique sheet names. Thanks in advance for your help!! This is...
  16. A

    vba dragging formula left to right the number of columns stops based on a value

    I am attempting to reduce the amount of formulas in my workbook. So I only want to copy enough formula for the individual sheet. I have a cell A1 that contains a number, what I want to do is copy/drag the formula in B2 to the right by the number held in A1. ie if A1 = 12, then it would copy/drag...
  17. Y

    If Function to Copy a different cell value into another cell and change different cell value

    Hello, My first post because I usually find my answers without asking :) So here's my issue: I'm trying to create a formula, using IF Function maybe??, that copies certain cells from one sheet to different cells in another sheet and change a cell value on the first sheet, but the cells are...
  18. M

    populate column k with most recent populated cell

    I have been racking my brain and google for a few days now and cannot figure this out. Column K is sparsely populated and I cannot figure out a formula to copy down the data from the most recently populated cell in that column whenever the adjacent cell in column L is populated. can anyone...
  19. H

    Copy multiple rows and insert multiple times

    Hi Everyone Probably about a month or 2 ago I was able to copy a few rows and insert them on my desired location multiple times. Does anyone know if this was just an update or a tick under some or another setting? The rows copies has formulas in them thus the clipboard would not work for this...
  20. J

    Copy the whole column if top cell equals certain text

    Hi all, I have two tabs in excel. One called Defects, the second called RawData. When i extract the data from a system, and copy it to the Raw Data, I want my first tab (Defects) search for where in the Raw Data the first row contains a specific text e.g. Issue Number then copy the...

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