Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default if function difficulties

=IF(A110,ROUNDDOWN(A1/10,0),A1)


" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keystroke Difficulties WOLLAM Excel Discussion (Misc queries) 3 July 22nd 06 07:10 AM
Difficulties with HYPERLINK mevetts Excel Discussion (Misc queries) 2 April 12th 06 08:13 PM
difficulties ernie Excel Discussion (Misc queries) 1 February 13th 06 08:39 PM
totaling difficulties alisonmacd Excel Worksheet Functions 1 June 22nd 05 10:24 AM
Difficulties with COUNTIF. Martin M Excel Worksheet Functions 5 June 18th 05 02:25 PM


All times are GMT +1. The time now is 03:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"