Help with IF statement, too many arguements

  • Thread starter Thread starter ss
  • Start date Start date
S

ss

I am using this and it works ok for one cell:
=IF(D14<M5,"","x")

How can I include cells D14 to D17? I have tried like this but have too
many arguments warning:
=IF(d12<m5,"","x",IF(d13<m5,"","x",IF(d14<m5,"","x")))
 
Back
Top