Transpose problem

B

Barry Lennox

I have a spreadsheet with names in column A and dates along row 4. I now
realise that the maximum number of names I will have will be 100 to 150 but
over say 10 years there will be 2500 t0 3000 dates. Therefore I need to
transpose the data.
My problem is that the list of names refers to a master sheet with names
and addresses, set out conventionally. The list of names is sorted
alphabetically and changes with additions and deletions. Is there a quick way
to arrange that cell C4 on the current worksheet = A3 on the master sheet
then D4 = A4, E4 = A5, F4 = A6 etc. without having to insert each value one
at a time

Barry
 
S

Shane Devenshire

Hi,

You can use
=OFFSET(Sheet2!$A$2,COLUMN(A1),0)
or
=INDEX(Sheet2!$A$3:$A$19,COLUMN(A1))
 
B

Barry Lennox

Many thanks. All solutions work well.

Barry

Shane Devenshire said:
Hi,

You can use
=OFFSET(Sheet2!$A$2,COLUMN(A1),0)
or
=INDEX(Sheet2!$A$3:$A$19,COLUMN(A1))

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top