How get true response when numbers divisible by 12?

L

lax_fan

Trying to get true response when the cell (month) is divisible by 12. How do
I do formula?
 
A

Alok

=MOD(A1,12)=0

will return true if the number in A1 is completely divisible by 12

Alok Joshi
 
Top