excel: remove number from plot, set no number in formula -


i have log formular prints out errors values below 0. set these 0 in formula, want have no number, not 0 inserted. how set cell/formula no number?

this current formula

=wenn(b2>0;log10(b2);) 

the solution following

=if(b2>0;log10(b2);nv()) 

here explanation: http://office.microsoft.com/de-de/excel-help/nv-funktion-ha102752925.aspx, not find out how according english site.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -