back when i was doing java code used to get sooo imbedded that we used to make opening and closing brackets on top of each other rather than in one line. eg in quotes (when I put spaces in they get taken out so ive used periods instead)
that's not the best example as ive forgotten all my java, but you get the point. now is there some kinda convention to do this with excel?
i wrote this statement =IF(AND(N12<>N11,N12<>N13),"PROBLEM","")
in this case its small so there's no real need to break it up, but if i were to, how would i do so? first thing is, how would i take the ending bracket to the next line? ive tried to do so, havent been able to.
would you put the condition in one line, the true alternative on the next, the false alternative on the third?
blah blah
{
...... method X
...... ...... {
...... ...... ...... print(hello)
...... ...... }
}
that's not the best example as ive forgotten all my java, but you get the point. now is there some kinda convention to do this with excel?
i wrote this statement =IF(AND(N12<>N11,N12<>N13),"PROBLEM","")
in this case its small so there's no real need to break it up, but if i were to, how would i do so? first thing is, how would i take the ending bracket to the next line? ive tried to do so, havent been able to.
would you put the condition in one line, the true alternative on the next, the false alternative on the third?
Last edited: