column to rows

  1. T

    Columns to rows

    Hello all, I am hoping somebody can help me fix and speed up the VBA below. My intent is to make Columns "T" to "Last Column with data" become rows. and the VBA i have below is just not working very good and its very slow Current: Sub Columns_2_rows() Dim rownum As Long Dim rownum2 As...
  2. D

    Transposing group of cells in column to rows

    I copy the following from a web page that was 4 column of rows. I pasted it in excel and showed up in one column. 9/26/2019 11:15 BTC 0.03142971 Completed 9/19/2019 12:01 BTC 0.02388444 Completed 9/10/2019 20:46 RVN 2414.582 Completed There are more than 100 of these groups in one column. I...
  3. L

    VBA Script Columns to Text

    Hello i am looking for a vb script that will convert "columns into text" Criteria at each course I need the ID to be placed into a comma separated text cell function "transpose" only places the ID into separate columns -- this will not work Like the desired output below the one catch is...
  4. S

    Move First 3 Items in Column A to Rows B, C, D with Macro rather than Excel Formula

    I have the following macro that removes blank cells from column A. Sub RemoveEmptyCellsFromColumn() On Error Resume Next Columns("A").SpecialCells(xlBlanks).EntireRow.Delete End Sub On the same sheet I have the following excel formula to transfer the first 3 items from column A into "B1, C1...
  5. M

    Conditional Transpose/Match/Array Column to Rows

    I've been trying to work out my problem for three days now. I've tried using a Pivot Table, a Match Array V-Look Up formula I found on here (and can't seem to find anymore) that I altered to fit my cell needs, and even implemented RP-Excel. Checked every Excel Forum I knew, and new ones I've...
  6. M

    How do you transpose X number of sequential rows into their own separate columns?

    Hello everyone! I am new to VBA macro coding and could use a little assistance. Issue: My current file has all data in one column "A". How do you transpose X number of sequential rows into their own separate columns? Possible Solution for what I want: A VBA macro that solves the issue. My...
  7. N

    Populate column with corresponding row values grouped by lab test (row to column)

    I have an Excel 2007 spreadsheet that contains lab results that I want to import into Access. I need to reformat the data so that all the toxicology results are on a single row based on their LabNumber with only one row per lab number. My data looks like this: Excel 2007 <tbody> A B C D E...
  8. Gingertrees

    rearrange a column of businesses into meaningful rows & columns

    I'm trying to parse out the data in an Excel spreadsheet with over 10,000 lines of data. Unfortunately, it's not organized in a very helpful manner, with each line being a separate row, but every business taking up 4-6 rows, as below: A's Business 1 400 Some Road Cedar Falls, IA Phone: (800)...

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