shift cells

  1. L

    Shift values to the right on demand with button

    Hello helpful people! I am trying to cut and paste the value of multiple ranges of cells shifting them 8 columns to the right. Essentially every month, I want the user to click a button and the previous month's results will automatically shift to the right so that the current month's results...
  2. T

    VBA button that "delete and shift cell up" without shifting all ref to that cell up

    Hi Everyone, my probleme is that when when i shift cell up using a VBA button all the formula using that cell as to do calculation become #ref! because the ref have shifted up by one cell. The formula i use to delete and shift cell up: Range("B6").Delete (xlUp) Example : i want to delete the...
  3. R

    Automatically shift columns based on start/end date

    Hello everyone, I am working on a project employee capacity-sheet, with several projects and the capacity for each month. I want the percentages (D2:M4) shifted automatically when I, let's say, change the end date to 2023-05. How do I achieve this? Thank you so much in advance! :-)...
  4. E

    shift segment of a rows to next rows

    <colgroup><col><col><col><col><col></colgroup><tbody> Data looks as below want it as below May 05 2019 May 05 2019 Jun 17 2019 Aug 9 2019 a a e sg rs rs a dgh 1 1 45 1234 [+1] [+1] Jun 17 2019 e a 45 Aug 9 2019...
  5. J

    Paste values based on a condition to next availble row in different sheet

    Hello, I'm fairly new to code but can usually problem solve my way to getting it to do what I need it to. I have been trying for days and have not had any success modifying scripts to get them work. HELP! This is what I'm trying to accomplish: 1. Copy "A4" and "B4" in sheet "DataEntry" 2...
  6. W

    Delete cells if contain various strings of text & move cells up

    Hi so I'd like some help with something I am currently working on. I need to delete all values that contain IA, IB, JC etc the cells will have "IA01" "IA02" etc I'd like to delete these values and move the cells up all using a formula if possible - although VBA/macro is also ok These are...
  7. M

    Macro to Shift Cells if Value not found

    Hi Hoping someone could help me with the following. I need a macro that will check all cells in Column A and if a colon is not present in the cell then shift the cell to the right. Before: <tbody> Column A Column B Column C 123 456 789 12:40 abc def Text ghi jkl </tbody> After...
  8. M

    shift cells to the left

    My worksheet looks like this: <tbody> A B C D E F G H I J K L M N O P 7 Days Group Holdings SVN 13.59 13.59 13.5 13.54 -0.05 -0.37 57,657 13.6 8.1 ... ... 23.93 12.27 0-9 | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U...
  9. H

    Shift cells row wise down.

    Hello friends, I need your help, once again! :) I shall give brief about my task, might give you a better understanding. I have a excel file with data over many sheets, etc. it's a server based automatic update workbook. and everyday, once a day the update takes place. and according to the...
  10. C

    Macro to shift range cof cells down

    I've got to change the format of this report so each new category gets its own row and the children entities appear on the next row down. It's hierarchial. Take a look at the before/after for what I'm trying to do. I'd appriciate a macro but if theres some other solution I'm missing let me know...
  11. D

    Loop with Condition: Check column for empty cells, if empty shiftup data

    I have a list of data within column B. The data is all spread out out in column B. For example, B1 = IsEmpty B2 = ABC B3 = IsEmpty B4 = ABC I would like to run some VBA to basically wipe out all the blank cells for this column only, so that I am only left with cells that have data...
  12. J

    Macro to cut numbers from cell, paste into adjacent cell to right, shift entire row if needed.

    Two Terrible Scenarios (created by MRI Accounting Software output to Excel) occur I'm trying to fix: Scenario 1: Cell Contains Words and Letters and needs to "cut" letters and paste into column next to it, shifting as needed and leaving words. Before - A1: Net Rental Income 370,378 After -...

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