transpose

  1. Y

    Filtering columns that appear in a chart

    Hi, I'm trying to filter the columns that appear in a chart. I've been through a number of methods to achieve this, but the most practical seems to be a named range using =filter(tranpose()) (and tranpose back if needs be), but what would I put in the filter argument? The cell references...
  2. P

    Copying and transposing data from one worksheet to another

    Hi everyone, I am an Excel beginner, with basic knowledge. I am collecting Australian Football Data into Excel. I've gone through what the process is like below. I want to know how I can make this process more efficient and automated? Can I utilise a macro or something else that can copy...
  3. O

    Transpose Data From Same ID Rows To Columns

    Hi, I would like to find a way to put all of the data relating to one ID into one row. Below is a simplified example of the data I have. I have tried to use a pivot table, however it does not take kindly to the text values. What would be the most efficient way to do this, if it is at all...
  4. J

    VBA to Transpose Data

    Hi, I would like a VBA that will transpose the data set like this below. I am at a loss of where to start. I am good with VBA for the basic excel functions but I learn by reverse engineering things. Columns A,B,C is how I am starting, I want to finish with it looking like Columns F and beyond...
  5. P

    Transpose rows after one specific word

    Hi everyone! I've been trying to create a script for this one for several days now but I keep failing. Here is my data. Tab 1 is the raw data Tab 2 is how it should look. The idea is to transpose values but create a new row once the word 'Skip' shows up. Any idea how to do this? I really...
  6. A

    VLOOKUP PROBLEM

    Hi. I have problem with excel but i cant explain. please help me
  7. J

    VBA Macro Transpose/Delete Rows and continue down spreadsheet with differing total number of rows

    Hi All, I have a little bit of VBA knowledge but am struggling with this one. I have a data extraction from an accounting system. The first half of the data is represented horizontally as expected, but the second half of the data is somehow expressed vertically (a can of worms I don't need to...
  8. N

    VBA Code to transpose data from a Folder into a single workbook Table

    Hi All, I am wondering if anyone could help me please? I have been given a folder called "CPET" which contains an number of workbooks which all of which have unique data but on the same rows and columns for each work book (please see the picture below). I have been asked to put all this data...
  9. B

    Transpose not adding to next empty row

    Hi All i have a simple spreedsheet setup for my daily work priority list. you enter data on sheet1 (Data Entry) hit submit and it goes to Sheet 2(DataBase) Private Sub CmbSubmit_Click() Dim srcSht As Worksheet, destSht As Worksheet Dim srcRng As Range, destRng As Range Set...
  10. B

    Transpose then sort

    Hi All, i currently use a code to tranpose data from Column B Data Entry (sheet1) to Database (sheet 2) using a cmdbutton Private Sub CmbSubmit_Click() Dim srcSht As Worksheet, destSht As Worksheet Dim srcRng As Range, destRng As Range Set srcSht = Worksheets("Data Entry")...
  11. Jyggalag

    Formula to copy paste text a certain cell?

    Hi all, I currently have a data set that looks like this: I would like to transpose my information down under columns H-L so that for ALL cells in A that contains "George", their respective cells in columns B-F will be transposed under column H. Likewise the same for all cells that contain...
  12. M

    Transpose Macro on a Button

    So I am looking to make a button that when pressed, the macro will cut the values/ words (not the formatting, as this column has drop down lists) from worksheet 1 (Data Entry), and paste them onto worksheet 2 (Locked) in rows. I don't want it overriding the existing rows in worksheet 2, rather I...
  13. A

    Excel Problem in Unpivot/Pivot Table In Power Query

    I need to use power query to bring the initial format to this format that i have mentioned later, i've tried Merging, Transposing, Promoting Headers and Unpivoting Columns but somehow i'm messing up somehwere. Also need to remove the Random digit values in C column from row 4 to 6. Here's the...
  14. W

    How To Convert Horizontal List To Vertical List?

    Hello, I have a table that contained, below, I want to transform table like this, is that possible to make with vba or using formula? Thanks for your help. Original table below: Line_Name Stock_code 22.06.2022 23.06.2022 24.06.2022 K9-CMF1 TUBE GUIDE 9813924080 1725 1976 1579 K9-CMF1...
  15. A

    Data Formatting

    Need help regarding how I can copy the data from different columns having some cells with no data into a single column ignoring the empty cells...
  16. L

    VBA CountIfs - Transpose returning 0 (Boolean) values

    Hello, I have some code that I'm struggling with that works fine as simple formulas but doesn't want to work at all as code. The code is simply a countifs from a range counting if values match 2 different given conditions. But for some reason the countifs doesnt actually return any values. Both...
  17. A

    Excel formatting problem pivot/unpivot

    This is the source format i have which i have tried picoting and unpivoting and even transposing for some reason to make it work in the format i have attached below i have even reached a point where my excel looks almost like the output but then the batch numbers are missing...
  18. U

    Transpose uneven number of values from rows to columns following the same headers

    Hi, I'm pretty new to VBA and trying to figure out how to transpose 2000 rows of uneven batches of data. Here's an example: Column A & B need to become Columns D-H I would really appreciate some help! Thank you.
  19. P

    VBA Transpose and Move to a table

    Good Afternoon, This is a sample Profit and loss report by customer in Excel. What I am looking to do is take row 5 (That being the Job Names) and put the "Total Expenses" and "Total Other Expenses" into a table. My issue is that I will not know how large the sheet is, so I will need...
  20. S

    Rearrange Data to show Duplicates?

    Hi All, I need to rearrange data so that it shows duplicates rather than only unique values. For example, data that shows qualifications: Category Subcategory John Bob Rich Microsoft Excel X X Microsoft Word X X I want to change it to: Category Subcategory Name Microsoft...

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