If A1 contains 0.3 I want B1 to say 1
If A1 says0.45 I want B1 to say 0
If it's anything in-between 0.3 and 0.45 I want it to say the proportional difference, so if A1 said 0.375, B1 should say 0.5 as its half way between 0.3 and 0.45.
Is is even possible? I'm thinking nested IFs but I can't see how to actually get there?