View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] tmcgrew1@txu.com is offline
external usenet poster
 
Posts: 1
Default Whole numbers and remainders

I want to use the result of dividing two numbers in Excel to do other
operations in an 'If Then' statement. If the number is a whole
number, do one thing otherwise something else. In other words if the
remainder is zero do this, otherwise this. How can I do that? Is an
'If Then' statement the right approach?