Share via

'Not Equal to blank' in SUMIF

Anonymous
2015-03-05T16:04:28+00:00

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

Microsoft 365 and Office | Excel | For home | Windows

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.

0 comments No comments

Answer accepted by question author

Anonymous
2015-03-05T17:15:21+00:00

Hi,

You don't use """ try this

=SUMIF(TRN,"<>",net)

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Anonymous
    2015-03-06T10:31:06+00:00

    Hi,

    Great; this works!!!

    Solves a lot other issues with blank cells evaluation.

    Thanks and regards,

    AK Suresh

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-03-05T17:19:59+00:00

    Mike,

    Good to know, I also have always problems to specify empty cells.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-03-05T17:05:01+00:00

    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)

    Was this answer helpful?

    0 comments No comments
  4. Deleted

    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