fill column

  1. M

    Search row for keyword and build a new table with values

    Hello, I have some data in rows but they are not organized in the proper columns. I'd like to search the row for keywords, parse and extract the information in the cell to build a new table. Here's an example of the raw data: <tbody> <tbody> <tbody> <tbody> <tbody> A B C 1 $2.50...
  2. J

    vba setting up starting cell to fill down formula

    lastRow44 = Cells(Rows.Count, "A").End(xlUp).Row Range("A" & LastRow3).End(xlDown).Offset(0, 11).Formula = "=Sum(M50:M" & lastRow44 & ")" I have vba code like this, but I want to modify it to replace M50:M to ("A" & LastRow3) to make code dynamic. However If I replace it, it does not work. Is...
  3. N

    drag upper cell value from non contiguous cell until empty cell is found vba

    I have a table that looks like this (see below). I want to put in a new column the value that says "Nombre:XXXXXX" until a new value of "Nombre:" is found and then drag that new value intul I have a new column with names repeated. I know some names roll over to other columns and would need to...
  4. 9

    AutoFill in after Autofilter

    I have a spreadsheet that I want to autofilter column d and column z and then autofill information into column AD. ex if column D is "CA00" and column Z is "TO" then fill in column AD with "House". Then I would like to continue with a different set of criteria and fill in different...
  5. B

    Creating new data column efficiently

    I am seeking a way to optimize some of my code, and have run into a wall I can't seem to be able to tackle. Actually I am seeking an efficient way of populating a dataset with a new column of calculated data. I have already exhausted my optimization possibilities with Application.ScreenUpdating...

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