Thread: If/Then Macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken McDaniel Ken McDaniel is offline
external usenet poster
 
Posts: 1
Default If/Then Macro

How do I write an If/Then/Else macro to work with a range
of values. For example, if a number is between 0 and 5% do
one thing but if it is between 0 and minus 5% do something
else. I have 10 ranges between -20% and +20%. Thanks.