I'm looking to nest over 7 functions in Excel. I am trying to get specific names of counties to represent there tax amounts to spit out totals on services. Below is the current nesting, i need to add 1 more entry but, excel does now allow it. IS there any easy workaround for this?
=ROUND( IF(C4="Long Island", F4*0.0875, IF(C4="New Jersey",F4*0.06, IF(C4="N.Roch/Yonk", F4*0.085, IF(C4="NYC", F4*0.08625, IF(C4="Rockland", F4*0.08125, IF(C4="Westchester", F4*0.075, IF(C4="White Plains", F4*0.08, 0))))))),2)
I'd like to add this entry as well IF(C4="Suffolk", F4*0.0875
Any and all help is greatly Appreciated..
=ROUND( IF(C4="Long Island", F4*0.0875, IF(C4="New Jersey",F4*0.06, IF(C4="N.Roch/Yonk", F4*0.085, IF(C4="NYC", F4*0.08625, IF(C4="Rockland", F4*0.08125, IF(C4="Westchester", F4*0.075, IF(C4="White Plains", F4*0.08, 0))))))),2)
I'd like to add this entry as well IF(C4="Suffolk", F4*0.0875
Any and all help is greatly Appreciated..