View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How do I set up a less than or equal to formula in exel??

=IF(B1<=A1,"yes","no") entered in C1

But I'm sure there is more to this than what you have asked.

Post back if more details are to be given.


Gord Dibben MS Excel MVP


On Thu, 8 Jan 2009 16:11:35 -0800, hana72
wrote:

I would like to set up an if statement that utilizes the less than or equal
to concept. How do I do that?