[mso] Re: Q on Excel - If statements.

simple solution:
put the "if" statement in each cell you want modified'
B3 would have =if(A2="X",100,"")
P4 would have =if(A2="X",4,"")
P5 would have =if(A2="X","Great","")
Another solution would be to write custom function which I will leave up to you 
or someone else.

-------------- Original message -------------- 
From: d5nc1n3st1@xxxxxxxxx 

> Hello everyone. My first time here so please be patient. 
> I know more excel than the average person but not an expert by any means. 
> 
> I've been foolind around with the IF STATEMENTS of late. Let me ask you 
> 
> Is there a way of doing this? 
> 
> IF A2=x (which it is, cause A2 contains the letter x), THEN (Do several 
> things like), "*put 100 in B3*" and "*put "4" in P4*","*put GREAT in P5*" 
> etc etc etc. ELSE: do nothing, (no values, or messages or nothing) 
> 
> 
> It seems to me this shold be simple and yet I can't make work. 
> 
> For instance: 
> 
> =IF(A2=x), B3=100, P4=4, P5="GREAT") 
> 
> 
> Rique 
> 
> 
> ************************************************************* 
> You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
> MicrosoftOffice@xxxxxxxxxxxxxxxx 
> 
> To send mail to the group, simply address it to mso@xxxxxxxxxxxxx 
> 
> To Unsubscribe from this group, visit the group's homepage and use the 
> dropdown 
> menu at the top. This will allow you to unsubscribe your email address or 
> change your email settings to digest or vacation (no mail). 
> http://www.freelists.org/webpage/mso 
> 
> To be able to share files with the group, you must join our Yahoo sister 
> group. 
> This group will not allow for posting of emails, but will allow you to join 
> and 
> share problem files, templates, etc.: 
> http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for FILE 
> SHARING ONLY. 
> 
> If you are using Outlook and you see a lot of unnecessary code in your email 
> messages, read these instructions that explain why and how to fix it: 
> http://personal-computer-tutor.com/abc3/v28/greg28.htm 
> ************************************************************* 

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, visit the group's homepage and use the dropdown 
menu at the top.  This will allow you to unsubscribe your email address or 
change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso

To be able to share files with the group, you must join our Yahoo sister group. 
 This group will not allow for posting of emails, but will allow you to join 
and share problem files, templates, etc.:  
http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for FILE 
SHARING ONLY.

If you are using Outlook and you see a lot of unnecessary code in your email 
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************

Other related posts: