show blank result when there is nothing

J

jv

Good day,

Kindly correct my formula, i need to show a blank result
if there is nothing in column E15:E35.

=SUMIF(BFS3!$C$15:$C$35,'-'!B3,BFS3!$E$15:$E$35)

Thanks and regards.


jv
 
S

Stefan Hägglund [MSFT]

Hi!

You could use a formula like:
=IF(SUMIF(BFS3!$C$15:$C$35,'-'!B3,BFS3!$E$15:$E$35)=0,"",SUMIF(BFS3!$C$15:$C
$35,'-'!B3,BFS3!$E$15:$E$35))
You cannot use this cell as a reference in other formulas, since it returns
the text "".

Stefan Hägglund
Microsoft
 

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