View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Per Jessen[_2_] Per Jessen[_2_] is offline
external usenet poster
 
Posts: 703
Default IF Statement in Excel 07

Hi

=IF(C125="IOWA",7%,IF(C125="ILLINOIS",6.25%,IF(C12 5="EXEMPT",0)))

Notice the closing paranthesis, as this is a nested statement.

Regards,
Per

On 12 Nov., 22:52, CandiC wrote:
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?