Recent content by jsbxd9

  1. J

    How can I use the offset property in VBA to populate a variable in Excel?

    Thanks for all the input. Very helpful. I am not a programmer just an engineer trying to make my job a little easier. Hotvette, how should I reference a cell to the left of an active cell??
  2. J

    How can I use the offset property in VBA to populate a variable in Excel?

    Hello all. I am trying to get my code to color cells if a referenced cell is populated. That part works but when I tried to populate another cell a different color I encountered a problem. You can see where the mistake comes in on the code. It is when I try to populate a variable 'strMyVar'...
  3. J

    How does excel calculate the best fit line?

    Simon: When the data is moved around for all the points the 'new' best fit curve is automatically calculated with excel. That curve is then used, by me, to calculate the dynamic head by inputting the flow. The solution to the equation is then subtracted from the dynamic head that was...
  4. J

    How does excel calculate the best fit line?

    Thank you for your reply, that may work.
  5. J

    How does excel calculate the best fit line?

    Background: I am working with pump curves in a hydraulic model. The model is written on excel. In the model pump curves are defined using tested flows vs. dynamic head (ft). The problem I am having is an iterative solution to fit an equation to the data points. Once the first equation is fit...
Back
Top