Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reconcile Bank statement & Credit card statement & accounting data | Excel Worksheet Functions | |||
Embedding an OR statement in an IF statement efficiently | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions | |||
If Then Statement in Excel | Excel Worksheet Functions | |||
SQL Statement and Excel | Charts and Charting in Excel |