Google doesn’t understand <> so that failed thus asking here.
What does ‘<>’ (less than followed by greater than) mean in Excel? For example:
=SUMPRODUCT((E37:N37>0)*(E37:N37<>"")*(E37:N37))
What’s happening here?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It means “not equal to” (as in, the values in cells E37-N37 are not equal to
"", or in other words, they are not empty.)