View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
CandiC CandiC is offline
external usenet poster
 
Posts: 37
Default IF Statement in Excel 07

In Excel 2007, I have a dropdown box that contains the names of the states,
Iowa, Illinio or exempt depending on where the work is performed in cell
C125. I want to say the following but can't seem to make it work.
=IF(C125="IOWA",7%),IF(C125="ILLINOIS",6.25%),IF(C 125="EXEMPT",0)

Can someone please help?