View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Greater than Less than formula

Maybe

=IF(AND(C22,C2<6),C2,"")

Mike

"Mike" wrote:

I am trying to create an if then formula for the following but am having some
difficulty. Any assistance would be appreciated.

If C2 is greater than 2 but less than 6 than it equals C2.

Mike