how about
=IF( AND(F8<=(G8*1.15),F8>=(G8*0.85)),"OK","Check")
Assuming i understand the wording
some examples would help
G8 less 15% = G8*0.85 =1621.3665
G8 Plus 15% = G8*1.15 =2193.6135
so providing F8 is between those 2 values
F8<=(G8*1.15)
F8>=(G8*0.85)
then its OK
hence the AND()
see formula in I8
and the %'s just for indication only in G13 & G14 NOT used
is this what you meant ?
Bookmarks