How do I convert simple table (12 rows / 2 coloums) to a function

Copper Contributor

I have the following table:

00
90
180,87
271,51
362,21
452,9
543,86
646,38
738,54
8111,49
9013,4
10013,62

and I need a function which converts any input from 0 to 100 (1st column) to the values in the second by interpolation.

 

 

2 Replies
I mean its pretty hard since 0=0 and 9=0 . lol

@Lillevann 

As variant interpolation could be done as

image.png