ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   IF Statement in Excel 07 (https://www.excelbanter.com/excel-discussion-misc-queries/248303-if-statement-excel-07-a.html)

CandiC

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?

Per Jessen[_2_]

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?




All times are GMT +1. The time now is 05:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com