Alright, as I had posted earlier, I'm still having some issues with my formulas and since this is a completely different issue, I felt it might deserve it own thread. Am I right or am I right. Heres the deal; we're only going to look at the last part of the IF function. This is linear interpolation at the max I might add. What I want is for this function to take look something like this (in lay-mans terms)
((new.number-low.oldnumber)/(high.oldnumber-low.oldnumber)*(high.oldvalue-low.oldvalue))+low.oldvalue
How I have it set up is like this:
=IF(D54=C6,D6,IF(D54=0,(C30/C6)*D6,((C30-D54)/(H54-D54)*(OFFSET(C6,MATCH(H54,C6:C25,0),1,1,1)-OFFSET(C6,MATCH(D54,C6:C25,0),1,1,1))+OFFSET(C6,MATCH(D54,C6:C25,0),1,1,1))))
C6: 500
C7: 1000
C8: 2000
C9: 3000
C10: 4000
C11: 5000
C12: 6000
C13: 7000
C14: 8000
C15: 9000
C16: 10000
C17: 11000
C18: 12000
C19: 13000
C20: 14000
C21: 15000
C22: 16000
C23: 17000
C24: 18000
C25: 19000
C30: 900
D6: 0.8880
D54: 500
H54: 1000
Is what I'm asking impossible, or am I just missing something out of my code? Thanks you guys! You've been a hell of a lot of help so far![]()
Bookmarks