Hi
Are there any etiquites / preferred formats or any restrictions regarding IF THEN IF THEN formulas.
For example is it better to have:
IF ? then IF ? then ? else ?:
=IF(A1<>"",IF(A1=1,1,"not 1"),"empty cell")
or
IF ? then ? else IF ? then ? else ?
=IF(NOT(A1<>"","empty...