Help with IF statement, too many arguements

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")))
 

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