Hier ist es.. :
=IF(AND(Add_CD_Information!B23=3), "<hr style=""color:#919090; background-color:#919090; height:1px; border:none;"">", IF(AND(Add_CD_Information!B23=,Add_CD_Information!B48<>""), "<br>", IF(AND(Add_CD_Information!B23=,Add_CD_Information!B25=), "<hr style=""color:#919090; background-color:#919090; height:1px; border:none;"">", "")))
Probieren Sie es aus und teilen Sie es mit, wenn es funktioniert .. (oder nicht ..)
Der Trick ist..nested-if ..
Von :
if(a=1,do_A1,do_nothing), if(a=2,do_A2,do_nothing), if(a=3,do_A3,do_nothing)
in
if(a=1,do_A1,if(a=2,do_A2,if(a=3,do_A3,do_nothing)))