how to copy a cell with formula from sheet 1 (data is all vertical) into sheet 2

  • Thread starter Thread starter parag
  • Start date Start date
P

parag

hi there i am really in a delima here i want to copy cell C1:C10 (which is a
formula and displayed vertically) into SHEET 2 in a horizontal format,
so at the end if i make any changes in sheet 1(vertical) it should be
displayed automatically in sheet 2 (horizontal) can anyone please help me ?
 
thanks biff this helped alot and it works like a charm

Biff wrote:
Hi!

Try this:

=INDEX(Sheet1!$C1:$C10,COLUMNS($A:A))

Copy across to 10 cells.

Biff

Hi there i am really in a delima here i want to copy cell C1:C10 (which is a
formula and displayed vertically) into SHEET 2 in a horizontal format, so at
the end if i make any changes in sheet 1(vertical) it should be
displayed automatically in sheet 2 (horizontal) can anyone please help me ?
 
Back
Top