drag

  1. S

    Excel drag and fill

    Hi I’m trying to drag and fill and range of cells to add one to a cell from another sheet. Cell A1 =DATES!E6 Cell B1 =DATES!E6+1 Cell C1 =DATES!E6+2 Etc But when I drag and fill it is increasing the cell reference rather than the increment. Any help would be appreciated
  2. R

    Copy every nth Row

    I need to copy columns A to D, down 4 rows until the next item (then down 4 rows for next item, and etc). Is there an easy way to formulate drag down without manually going through every item? I have 5000+ unique items to drag down. <tbody> SS17 ANKLE BOOTS D AUDALIES HIGH D723XB0LC09C9999...
  3. O

    drag down formula with vba macro

    Hi, i need to drag down formula with vba macro. The range of the data table is alway dynamic. e.g: A1:D5 , C13:F22 , A7:F11 and so on. for example: <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]-->If the range is A1:D5 i need to...
  4. T

    Macro to drag formula from activecell to last column used

    I am struggling to figure out a macro that will copy my formula on wherever my activecell lands on and drag that formula to the last column of my worksheet. For example, if my activecell with the formula "1" happens to land on cell b6, I was wondering if there is a VBA code out there that...
  5. Jaafar Tribak

    Event triggered when a shape is moved (ShapeMove Pseudo-Event)

    Hi all, This is a little vba class that you can add to your project in order to catch mouse drag and dop operations performed on shapes embedeed on worksheets. The code doesn't use a timer nor does it use a loop so it is safe and should have much less impact on performance. If you set the...
  6. M

    Cell reference function

    I have a formula =COUNTIFS($HA:$HA,HM7,$HB:$HB,HM8,$C:$C,1) I want the second to last argument $C:$C to by dynamic. In other words I would like to reference a another cell which has the value C in it. By doing this I can simply drag the formulas across 1000 columns instead of manually...
  7. T

    How to change column instead of row references when dragging a formula down?

    Apologies if a similar situation to mine has already been posted. I searched and wasn't able to find anything. I am using Excel 2016. I have a very long formula (much of which is shown below) and I want to drag this formula down abut 100 rows with each row moving the column reference one to the...
  8. F

    VBA - dragging down date

    Hi guys, I need a bit of help writing a code that will effectively drag the last date in column B up to yesterday's date. The first date in cell B2 is 02/04/2012. I could either start at 02/04/2012 and drag it down by the number of days so something like 'yesterday's date minus 02/04/2012. Or...
  9. G

    Combining a RIGHT and a LEFT formula?

    I would like to combine: =Right(A1,LEN(A1)-FIND("-",A1)) and =LEFT(A1,LEN(A1)-4) To Result in: WINTER PARK From:ORLANDO RV-WINTER PARK, FL I need to drag down the formula to work with multiple locations, thus the FIND "-" Many Thanks!
  10. A

    operation between two cells from different pivottable + drag

    Hello there, I've got an issue where I'm losing so much time.. I try to do a multiplication between two different cells in two different PivotTables and I want to be able to drag the result of the operation but I can't, Is there a way to to do so? for eg; on G1 sheet 3: A1 from pivottable...
  11. L

    copying multiple sheets from one file to another file

    Hello I have 2 files open and I want to copy multiple sheets from one file to another. I noticed that I need to click on that sheet first and then with pressing CTRL key i can drag and drop one sheet to another file. That works. Now I want to copy multiple sheets from one file to another. I...
  12. L

    Drag Down Forumula's Macro

    Hi, So I have a macro code that looks like this: Sub DragDown123() ' ' DragDown123 Macro ' ' Sheets("Sheet2").Select Range("B2").Select ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-1],Sheet1!C1:C2,2,FALSE)" Range("B2").Select Selection.AutoFill Destination:=Range("B2:B5")...
  13. D

    Excel - I need the ROW formula to go to the next row, while i drag across.

    ****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;"> <tbody style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit...
  14. A

    Column Index Number Increment automatically in VLOOK

    Hi Guys, I have to drag down Vlookup formula in a way that col index should increase automatically. Formula I am using is =VLOOKUP(A$2,Sheet1!A$1:D$6,2,TRUE) When I drag it down, it still remains same =VLOOKUP(A$2,Sheet1!A$1:D$6,2,TRUE) Below is file on which I am working on. VLOOKUP Column...
  15. A

    Insert specific image from folder

    Hi Guy's..... I'm Stuck!! Basically I am making a template for a report generator. The reports contain several images, the images are stored in a file tree that will be the same for each report just the master folder different. The issue is that the image name is not always the same. I want to...
  16. M

    excel formula help on Date

    Hello friends, I am looking for date formula in excel, I want the date starting from Monday to Friday only . I want to put the formula in A1. Drag till say till w1. Please suggest. Thanks. Regards, Mallesh
  17. J

    VBA: copy text from A based on serial number in B

    Based on column B data value, copy column A data in C and D column. Only highest no related sub-data will go in C column. Rest will go in D. <colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead> A B C D </thead><tbody> 1 Title1 Title2 Title3 [Height] Title4 2 BA...
  18. J

    Need a macro to draw border

    I have a table with some data. In my sheet, boxes have been created of two cells each with border only around group of two cells. I need to drag and drop a box from one location to another location within table. Now when I drag and drop for example I11 and I12 cell to L9 and L10 then right...
  19. I

    Formula for sorting information

    I want to know how to drag cells using the little square that you click on the right bottom of the cell. I want to auto fill formulas so that it takes information from A1, A4, A7... to C1, C2, C3. Sheet1 a1=rat a4=mouse a7=cat a10=horse a13=monkey a16=human Now i want to write a formula in C1...
  20. H

    Dragging across formula

    Currently I have thousands of cells of data in columns A and B I need to calculate. My C column looks like this. C1 = (A2/$A$1) - (B2/$B$1) C2 = (A3/$A$1) - (B3/$B$1) C3 = (A4/$A$1) - (B4/$B$1) ... I want to be able to drag C1 across D1, E1, etc get it to look like this D1 = (A7/$A$6) -...

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