basic example
cell a1 = 20
cell a2= 19
cell a3 = 18
cell a4 = 17
cell B1 = 150
cell b2 = 127
cell b3 = 110
cell b4 = 100
I have a second set of cells with values in A being 24, 22, 20, 18
and I need to find teh values for the B cells based of of the original values
I tried TREND, but looking up the value in the cell for 20 reports a different value than the already known value of 150.....
and I need it to interpolate values for unknown cells but still report the exact values if the value already exists...
maybe only interpolate from the cell below and above the value I am requesting?
Bookmarks