IF Formula Help

G

Guest

I need help, I have looked at the current if trreads but they are not working
for me I need an if formula to display yes in a cell if cell D20 =<280 I
tried the formula below with different verations but the result is an error
everytime. Please help

=IF(D20=<280),"YES","NO"
 
D

Dave Peterson

=IF(D20<=280,"YES","NO")


I need help, I have looked at the current if trreads but they are not working
for me I need an if formula to display yes in a cell if cell D20 =<280 I
tried the formula below with different verations but the result is an error
everytime. Please help

=IF(D20=<280),"YES","NO"
 
R

RiTSo

starkeyr wrote:

:: I need help, I have looked at the current if trreads but they are
:: not working for me I need an if formula to display yes in a cell if
:: cell D20 =<280 I tried the formula below with different verations
:: but the result is an error everytime. Please help
::
:: =IF(D20=<280),"YES","NO"
:: --
:: starkeyr

Close bracket should be at end of whole formula, NOT after '280!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top