G Guest Oct 18, 2007 #1 I want to check if the value of a cell divided by a constant is a whole number or integer - can anyone help Thanks DavidJ
I want to check if the value of a cell divided by a constant is a whole number or integer - can anyone help Thanks DavidJ
G Guest Oct 18, 2007 #2 Use the =MOD() function. For example if =MOD(A1,9) is zero then A1 can be divided evenly by 9