The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Hello, H/A. I am trying to finish a lab report, and I have a set of data points that are being analyzed. I want to "lock in" a value for H2 in the following cell, but want the others to increment normally.
=B2/((A3-A2)*H2)
I.e. I want to be able to pull down the cells and keep H2 as H2. I remember there is a way to do this, but I don't remember what it is. Does anyone know?
Blake TDo you have enemies then?Good. That means you’ve stood up for something, sometime in your life.Registered Userregular
edited October 2007
The other more elegant solution if it's a common repeating value is click on the H2 cell and on the top left hand of the menus click in H2 and rename it to something (eg DOLLARS) then replace where you would have H2 with the word dollars in your formula.
Whats going wrong? I dummied up a spreadsheet with your formula and used autofill, seems to be working ok.
Of course i've just put in simple testing numbers and i dont exactly know how and what direction you are filling, but the formula itself should still hold its integrity
yeah, it's usually safer to do both variables, but sometimes you need it to increment sideways.
I learned some usefull new tricks in excel today, like inserting text next to a result so that units can be in the same cell as the number, and text string searching.
Posts
Satans..... hints.....
Thank you so much! I thought it was something simple.
It doesn't seem to work, is it because I'm using the click/drag autofill feature?
Of course i've just put in simple testing numbers and i dont exactly know how and what direction you are filling, but the formula itself should still hold its integrity
=B2/((A3-A2)*$J2)
=B3/((A4-A3)*$J3)
=B4/((A5-A4)*$J4)
=B5/((A6-A5)*$J5)
I want J2 to stay as J2 for the entire length down.
Otherwise it only maintains the J
the dollar sign locks up the "variable" immediately after.
I learned some usefull new tricks in excel today, like inserting text next to a result so that units can be in the same cell as the number, and text string searching.
woot.