I have the following function

=IF(AND(E3<B3,L3>=L4,M4>=L4,C4>C3,C4>C5,C4>C6,AS3<=AS4),C3+5,0)

As one other condition that the function is true I want to add something to the affect that C3 is lower than or equal to at least one in the range from C8:C25

I can't figure out how to write that correctly and make it work make that work however