IF formulas

Copper Contributor

I want to write an IF formula that looks at a % range before saying whether it's true or false but I'm having difficulty.

 

the equation should be IF cell F6 is between 10% and 20% the answer should be yes.

 

does anyone know how I can do this?

2 Replies

@willking22 

 

=IF(MEDIAN(F6,10%,20%)=F6,"yes")

 

Massive help thank you