Try...

=IF(MOD(A1,B1)=0,"Yes","No")

Hope this helps!

In article <e0lsbg$gmf$1@reader01.news.esat.net>,
"John" <r.@9999yahoo.co.uk> wrote:

> I want to check if a value is equally divisible by another value and not
> sure how to do it
>
> Say I have 6600 in A1 and 250 in B1, what formula could I use to return the
> value "No" in C1