View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Data depiction/transpose and retain formulas

One approach is to convert the formulae to text - highlight the cells
contianing the formulae then Edit | Replace (or CTRL-H) then in the
Find What panel enter = and in the Replace With panel enter zz=, then
click Replace All. You can then transpose these cells by clicking
<copy, move the cursor to where you want them to start, then Edit |
Paste Special | Transpose (check) and OK. Then with the cells still
highlighted you can do CTRL-H in reverse, i.e. Find zz= and Replace
With = then click Replace All.

Hope this helps.

Pete