MrSak87

New Member
Joined
Jan 8, 2015
Messages
44
Hey guys,


I have 3 columns. A and B contain data and they go to about row 40,000. Column C contains the formula


A B correlation coefficient
-5.86603E-05 -0.000100231 0.704674723
-1.05436E-05 -2.15795E-05 0.756371125
4.63519E-07 -1.60549E-05 0.802302214
-5.53306E-06 -2.32108E-05 0.841670011
-4.74393E-06 -2.16407E-05 0.873679808
-6.32212E-06 -2.21338E-05 0.897609191
2.38413E-06 -9.34249E-06 0.912849595
2.42768E-05 2.88144E-05 0.91889318
2.85189E-05 4.72981E-05 0.915369812
2.64054E-05 4.24488E-05 0.902173589
3.65818E-05 5.96418E-05 0.8793864
3.97801E-05 7.1664E-05 0.847304912
4.36574E-05 7.62719E-05 0.806428796


Column C contains the formula:


=CORREL(A4:A40576,B4:B40576)


I want this formula to fill down but in a way I'm not sure is possible on excel with the usual methods. Manually I can do this but obviously this isn't a viable solution. The manual method is (starting on row number 4):


Row 4: =CORREL($A$4:A40576,B4:$B$40576)
Row 5: =CORREL($A$4:A40575,B5:$B$40576)
Row 6: =CORREL($A$4:A40574,B6:$B$40576)
Row 7: =CORREL($A$4:A40573,B7:$B$40576)
Row 8: =CORREL($A$4:A40572,B8:$B$40576)


As you can see:
$A$4 is locked so stays the same - this is what I want
$B$40576 is locked so stays the same - this is what I want
B4 becomes B5,B6,B7,B8 - this is also what I want


The problem is A40576 becoming A40575, A40574, A40573, A40572. I want this number to become smaller each time like the example above. When I fill though it will always increase. Is there anyway around this!? There is absolutely noway to manually enter all this data!!


Thank you for any help
Sean
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Hi,

I know you can make number lower each time by right clicking and pulling down and adjust with step-1. With a cellreference this doesn't seem to work... maybe you can start looking there
 
Upvote 0

Forum statistics

Threads
1,215,140
Messages
6,123,270
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top