Hi All,

I'm working on a pet project with excel and have been somewhat stumped.

I need my data validation to be multiples of cell F6 and less than Cell F6 times G6.

This is where i've gotten to so far:

=ANDC6<=(F6*G6),MOD(C6,F6)

Can someone please help fix the above? Thank you