A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
You don't use """ try this
=SUMIF(TRN,"<>",net)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
What is correct syntax for "not equal to blank" to use it in SUMIF and SUMIFS functions in Excel 2013.
Below formula returns an error.
=SUMIF(TRN,"<>""",NET)
TRN and NET are named ranges.
Please help.
AK Suresh
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi,
You don't use """ try this
=SUMIF(TRN,"<>",net)
Hi,
Great; this works!!!
Solves a lot other issues with blank cells evaluation.
Thanks and regards,
AK Suresh
Mike,
Good to know, I also have always problems to specify empty cells.
Hi,
What is correct syntax for "not equal to blank" to use it in SUMIF and SUMIFS functions in Excel 2013.
Below formula returns an error.
=SUMIF(TRN,"<>""",NET)
TRN and NET are named ranges.
Please help.
AK Suresh
Hi,
Try:
=SUMIF(TRN,"<>"&"",NET)
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more