Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I am creating a matrix in a worksheet. The data I am using is organized like all normal data. There are rows that have an observation and columns that have several different stats on the observation. The matrix compares each individual observation to every other observation. To do this, I need to drag my formulas across. I didn't think this would be a problem. However, when you drag something across columns in excel, by default it increases the columns chronologically. You cannot get around this using the dollar signs (at least I don't think so). When I use the autofill to drag my formulas, I want the rows to increase (1,2,3,4) instead of the columns (A,B,C,D). I have thousands of lines of data and I will not create this matrix if I cannot find a way to drag the formulas in a time efficient manner. I may not have explained this very well. Any suggestions? Thanks for the help. -- dickives ------------------------------------------------------------------------ dickives's Profile: http://www.excelforum.com/member.php...o&userid=30532 View this thread: http://www.excelforum.com/showthread...hreadid=501830 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
d,
Try this is Cell B1... =OFFSET($A1,COLUMN()-1,0) Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware "dickives"wrote in message I am creating a matrix in a worksheet. The data I am using is organized like all normal data. There are rows that have an observation and columns that have several different stats on the observation. The matrix compares each individual observation to every other observation. To do this, I need to drag my formulas across. I didn't think this would be a problem. However, when you drag something across columns in excel, by default it increases the columns chronologically. You cannot get around this using the dollar signs (at least I don't think so). When I use the autofill to drag my formulas, I want the rows to increase (1,2,3,4) instead of the columns (A,B,C,D). I have thousands of lines of data and I will not create this matrix if I cannot find a way to drag the formulas in a time efficient manner. I may not have explained this very well. Any suggestions? Thanks for the help. -- dickives |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem With Reference Update | Excel Worksheet Functions | |||
Copy an Drag cell Formula Problem | Excel Discussion (Misc queries) | |||
Autofill: Need to autofill one week block, (5) weekday only into cells. | Excel Discussion (Misc queries) | |||
problem office assistant | Excel Discussion (Misc queries) | |||
Freeze Pane problem in shared workbooks | Excel Discussion (Misc queries) |