I am working on a Skills tool for work which is in its very early stages and i want to record the results in the following way:
The questions are on a tab called Q's. the results are summarised in a column, range C4:C32. On this sheet i want an 'enter' button assigned to a macro which then sends the summary of results to the 'Future Skills' tab.
I have recorded a macro which moves the results and does what i want however can this code be ammended so that when the next person completes their questions and presses enter, their results are added to the next line down, (allowing for easy comparrisons) heres the recorded macro.
The data is in column A & B so the transpose would be =TRANSPOSE(A1:A10). What I want to do is add (A1 to B1), (A2 to B2) etc. I’ve tried =SUM(Transpose(A1:A10),Transpose(B1:B10) etc, but can’t get it to work.
in transposing all data, I have data in the format below:
Material ID | Attribute Name | Attribute Value | MaterialNo.123 | Color | Red | MaterialNo.123 | Color | Cherry Red | MaterialNo.123 | Color | Sunset Red |
I want to transpose it to show:
Color Color Color MaterialNo.123 | Red | Cherry Red | Sunset Red |
I have a spreadsheet of 16,000+ lines that I need to transpose. All the L lines need to line up after the E lines. The L is going to be dropped, so I only need column B to copy over.
What I have tried so far: IF(AND ($A2="E",$A4="L"),$B4,""). Using that method, I would have to edit $B4 for each possible L. There are up to 123 L entries per E. See attachment for more detail.
I have dynamic titles in row A, listed in no order and with blank cells between all the titles. On another sheet I want the titles listed in column 1, alphabetically and without gaps. I have gotten very close by using the COUNTIF function, but have had trouble looking up the results.
I'm getting #REF's when I do this so maybe I have to do this a certain way. Anyway, I am getting data in my excel spreadsheet that is in Column B. I need to transpose the information so it goes in cells C1:X1. Those aren't the exact rows but just an example. So I got the transpose to work.
Now my problem comes with the VLOOOKUP. I typed in the formula properly with a lookup value that matched and then selected the table. I picked the column I wanted the formula to grab, and selected FALSE.
I am trying to write a macro for transposing one row into multiple columns where the starting point for each column will be 15 cells starting from B4. I want to replicate the transpose for 200 rows.
Its only recently i ve got work with excel...Now straightaway coming to the matter i ve got some data in excel that needs to be modified. my data in excel sheet will be like this in one single column.
If you have used formulas it is not possible to use transpose function. You receive a #REF error. Does anyone have an idea or trick to make this possible?
I have this as part of my Sheets("Data").Range("I5:I9").Copy Sheets("Totals").Range("G3").PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True How can I make it Paste to every other column starting in G3?
If I can get help on this part, I guess I can adapt it to copy the verticle range O5:O9 and Paste starting at H3 (every other col)
I'm using Sumproduct on a row with 5 entries and a column with 5 entries. I'm using Transpose to make it two row arrays so that Sumproduct will work. However, it only seems to work if I enter it as an array formula:
Is there a way to transpose or swap a column or row of data. e.g. A column of numbers going from 1 - 10, swap them around so it goes 10 - 1 in the same place?
In the attched Workbook you'll find two tables (Original & Requested). I tied my best to display the requested but it works OK only for unique values which may not always be uniqe. formulas in Rabge A10:B24. (The formulas in C10:C24 seems to work OK for all kind of values)
I need to transpose column data (Sheet called "Recpt") into rows (sheet called "Formula")
Please refer to attached excel file,sheet "Formula". I have manually entered formula for 12/1/2013. Need to add formula for the rest of the sheet. Since the data is on every 4th column, I am sure it is feasible to copy the formula by adding 4th columns.
AUTOMATE TRANSPOSE 2-13-14.xlsx In the attached file, I am looking to automate the transposing of the date and numbers under each bold number. Data is truck # in bold, the engine oil change date and mileage below. I copied the data from a pivot and need the date and mileage in columns, date on top with mileage below. I can do it with paste special one truck at a time, the big chunk of data is about 2000 rows deep and was hoping the transpose paste special could be automated, I've made a few attempts on how to do it but can't get it.
I am working on a spreadsheet that has (7) sheets or (7) tabs. The First tab is the "Summary Tab" and the 3rd tab is the "Plate" tab. I am working in a range of cells that go up and down on the "Summary Tab" and I need to fill them with the values from the "Plate Tab" that goes side to side or across. I can enter into the top cell on the "Summary Tab": =Plate!B47 and I will get the value that I need. However, I want to copy the formula or fill down and have it pull the values from the cells on the "Plate Tab" Horizontally like this (as I fill down) =Plate!_$47 Where the "_" changes to "C", "D", "E", etc.... but it stays on row 47!!!! How can I do this????
I have a list of about 3,000 names and places of work, in two columns. What I want is to have the place of work in the first column, and then all the employees along that row.
There must be a simple solution to this, but I have been banging my head on my desk all morning trying to work it out. All the places of work are sorted, if that makes any difference.
i am looking to convert data in columns to rows without using transpose but by formula. and i can drag it across to the right to keep getting new data.
i see posts mention about using functions like index, match? or other functions to do it?
I'm working on this project that I inherited from another colleague and am at a sticking point. The workbook is used to determine which employees are working on which projects what pct of the time. The workbook was set up using a start and end date (columns e and f) for the projects instead of a column with the month and the correct percentage. I've set up monthly columns, which are now in columns K through AF. I believe that I need to transpose those columns into a row so that I can set up a pivot table.
Using the formula =E+1 will produce a sequential list when copied down. Changing to E+2 produces a list that increases by 2 in each row.
I am looking for a formula that will give me a list of column references that increase by 2 . If the first row is row "F" the next row will be "H" then "J" and so on.