if statement - Excel "IF" function. -


if want ask excel calculate in cell if 2 other cells have values in them, code? know calculate if single cell has value =if(a1=0,"",b1-b2)....but how add criteria 2 cells have value in them?

example a1 , b1 0:

=if(and(a1=0,b1=0),"",b1-b2) 

Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -