First Column in with row tiltes??

mark 27

New Member
Joined
Feb 22, 2002
Messages
5
I'm looking to move/merge/hide COLUMN A into the row titles. I've seen it done before and it works well any ideas would be appreciated.

Thanks in advance.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
I'm not sure I understand what you want, but perhaps:

Select the cells in column A.
Hit Copy.
Hit Edit-Paste special-Transpose.

This takes the contents of column A and spreads them across the columns in row 1.
 
Upvote 0
Yes it is a bit hard to explain...

Basically can I have the contents of column a merged with the row titles? Eh? mmm it's hard. I want them on the far left?

I have a sheet with it done already but don't know the author.
 
Upvote 0
Hi Mark,

do you mean you want the rows to read something other than 1,2,3,4,5,6,7 etc etc ?

(guessing your example has column and row headers switched off, but employs freeze panes frozen on column A)

To freeze Column A so it always stays "far left" click in cell B1 and goto "window" and then "freeze panes"

To remove row and column headers goto "tools" then "options" then "view" and uncheck the "rows and column headers"

Hope this is what you're after
Chris
:)
This message was edited by Chris Davison on 2002-02-24 15:22
 
Upvote 0
Not it, sorry. I'll try again......

label row 1 = a1
label row 2 = a2
label row 3 = a3
etc, etc...

Maybe i'll just keep using the copy I have when I need to use it.
 
Upvote 0
Depends what you want. For the cell address:

=SUBSTITUTE(ADDRESS(ROW(),COLUMN()),"$","")

For the contents of the corresponding column to be transposed in the row:

=INDIRECT(ADDRESS(1,ROW()))

Cheers, Nate
This message was edited by NateO on 2002-02-25 11:56
 
Upvote 0

Forum statistics

Threads
1,214,647
Messages
6,120,722
Members
448,987
Latest member
marion_davis

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