A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

IF Statement in Excel 07



 
 
Thread Tools Display Modes
  #1  
Old November 12th, 2009, 10:52 PM posted to microsoft.public.excel.misc
CandiC
external usenet poster
 
Posts: 42
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?
  #2  
Old November 12th, 2009, 11:00 PM posted to microsoft.public.excel.misc
Per Jessen[_2_]
external usenet poster
 
Posts: 189
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?


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:09 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.