too many nested IF functions
Hi Amanda,
One way is to join them together as seperate IF functions
rather than nesting i.e.
=IF(D3="Especial",(((H3-0.12)*1.4)+0.3),"")&IF(D3="Nacional",(((H3-0.12)*1.4)+0.3),"")&IF(D3="Llam.Interna",(((H3-0.12)*1.4)+0.3),"")&IF(D3=.......
etc. etc.
HTH
Martin
|