M
mholmes
Hello all,
I am trying to do an if statement. If cell A1 is greater than ten,
then I want to divide it by ten and round down to the nearest whole
number. If A1 is less than ten, I want to leave it by itself. I
tried this: =IF(A1>10,(ROUNDDOWN(A1/10,0)),U2), but it is not working
for some of the cells that are less than 10. Any suggestions? Thanks
in advance.
Mike
I am trying to do an if statement. If cell A1 is greater than ten,
then I want to divide it by ten and round down to the nearest whole
number. If A1 is less than ten, I want to leave it by itself. I
tried this: =IF(A1>10,(ROUNDDOWN(A1/10,0)),U2), but it is not working
for some of the cells that are less than 10. Any suggestions? Thanks
in advance.
Mike