Skip to main content
1-Visitor
January 16, 2015
Solved

Dependet variable

  • January 16, 2015
  • 4 replies
  • 1987 views

Hello everyone.

I wonder if it is possible to put a series of calculations as a function of two variables, to avoid typing the same operations for each case.

Attached is a spreadsheet with what I intend to do

Thanks in advance

Best answer by Werner_E

Hope the attached sheet helps.

4 replies

24-Ruby IV
January 16, 2015

We can do linear or spline interpolation!

Give us this table and we will do it!

12-Amethyst
January 16, 2015

Is the attached going the way that you want?

Regards

Andy

BPP1-VisitorAuthor
1-Visitor
January 16, 2015

Thanks Andy, but there is a way to "idx" may also be used to generate vectors "t" and "Q"?

F1.png

when I try, I get this

F2.png

Werner_E25-Diamond IAnswer
25-Diamond I
January 16, 2015

Hope the attached sheet helps.

BPP1-VisitorAuthor
1-Visitor
January 16, 2015

It is perfect. Thank you very much to all.