Hi all,
I am trying to transfer data from on sheet to another but the problem is that in first sheet data is on the vertical axis while on the second sheet i need to transfer them in horizontal axis.
e.g.
Sheet 1 cells:
a1=1
a2=2
a3=3
a4=4 etc
and i need to enter a formula that i can drag in order for sheet 2 to be like:
a1=sheet1-a1
b1=sheet1-a2
c1=sheet1-a3
d1=sheet1-a4 etc
Is this possible?
Your help is really appreciated!!
Thanks
Last edited by Italos; 09-10-2009 at 09:42 AM.
Try:
=INDEX(Sheet1!$A:$A,COLUMNS($A$1:A$1))
copied across.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
great hlp!!! thanks!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks