how: if, conditional test, true (do nothing if false)

B

bj

=if(Condtion,true response,"")
will give a blank for a false response,
is this what you mean?
 
Top