Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sarah
 
Posts: n/a
Default Transposing Data using Offset function

I have data in a column format (eg Cell A1:A12)

It is possible for me to transpose the data into a row (cell C1:N1) using
the offset function?

--
sarah
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove
 
Posts: n/a
Default Transposing Data using Offset function

sarah wrote...
I have data in a column format (eg Cell A1:A12)

It is possible for me to transpose the data into a row (cell C1:N1) using
the offset function?


You could.

C1:
=OFFSET($A$1,COLUMN()-3,0)

Fill C1 right into D1:N1. But it'd be more efficient to select C1:N1,
type the formula

=TRANSPOSE(A1:A12)

and press [Ctrl]+[Shift]+[Enter] to enter it as an array formula in
C1:N1. If you want to do it one cell at a time, use INDEX rather than
OFFSET.

C1:
=INDEX($A$1:$A$12,COLUMN()-2)

Fill C1 right into D1:N1.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur
 
Posts: n/a
Default Transposing Data using Offset function

Hi,

Try this formula:

INDEX($A$1:$A$12,COLUMN()-COLUMN($B$1),1)

If you need any further clarifications, please feel freeto contact me at
.

Regards,

"sarah" wrote:

I have data in a column format (eg Cell A1:A12)

It is possible for me to transpose the data into a row (cell C1:N1) using
the offset function?

--
sarah

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can you use the validate function in a data form in Excel? Jolly Excel Worksheet Functions 0 December 12th 05 11:00 PM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
Offset function referencing worksheet Jeff Excel Discussion (Misc queries) 1 September 11th 05 07:01 PM
Using INDIRECT function to specify source data donesquire Charts and Charting in Excel 2 May 27th 05 03:53 AM


All times are GMT +1. The time now is 02:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"