How do I set up a less than or equal to formula in exel??

H

hana72

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

Gord Dibben

=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
 
D

Deepali Joshi

Hi

To use less than or equal to formula in excel you should combine it with AND
logical function.
 
Top