View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Problem with transpose function

It crashed on me too (either sheet) using Excel 2002. Don't know why.

But, this formula will do the same thing and doesn't crash (array entered):

=TRANSPOSE(Sheet1!A1:B5)

--
Biff
Microsoft Excel MVP


wrote in message
ups.com...
Hi All

I've always been a passive user of this pages which have provided me a
solution to all my excel problems just browsing through these pages.
For the first time it hasn' worked so posting my problem here.

On using the following function excel crashes. Can someone figure out
why:

=TRANSPOSE(INDIRECT(ADDRESS(row($A$1:$B$5),COLUMN( $A$1:$B
$5),,,"Sheet1")))

I'm writing the formula on Sheet2. The formula works fine when being
used on Sheet1.

It goes without saying that I will owe a huge debt of gratitude to
anyone who can shed some light on this.

Ajitpal