Having trouble with an IF function
I'm trying to use an IF function to return different values of one parameter when given another input parameter. There are three possible output values which are dependant on the size of the original. Below is my attempt at making a working IF function to achieve this:
=IF(B2<8,0.95,IF(8<=B2<=14,1,IF(14<B2,1.05,)))
I am getting an error saying that "you cannot compare a Boolean with a number because their data types are different"
This is what has stumped me. It may well be due to my own lack of knowledge of Boolean algebra, but I would greatly appreciate any assistance you may be able to offer.
Kind regards
MacBook Pro 15", Mac OS X (10.5.1)