View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] mholmes@cuesta.edu is offline
external usenet poster
 
Posts: 4
Default if function difficulties

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(A110,(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