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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

multiple AND conditions with IF's



 
 
Thread Tools Display Modes
  #1  
Old September 17th, 2003, 11:47 AM
David
external usenet poster
 
Posts: n/a
Default multiple AND conditions with IF's

I have to create a column that shows traffic movement data.

I'm not really used to Excel and this is the formula I
have come up with thus far:

=(IF(AND(G230,H230),"oops","")),
(IF(AND(G230,H230),"MAYBE","")),
(IF(AND(G230,H230),"MAYBE","")),
(IF(AND(G230,H230),"YAY",""))


Each part on it's own works but when I put them together
it gives an output of '#VALUE'

I've tried some different ways of doing this but the
output is always either '#VALUE' or '#REF'

Any assistance would be much appreciated

Thanku

  #2  
Old September 17th, 2003, 11:59 AM
Andy B
external usenet poster
 
Posts: n/a
Default multiple AND conditions with IF's

David

You just had your formula a little bit out!!
Try this:
=(IF(AND(G230,H230),"oops",IF(AND(G230,H230)," MAYBE",IF(AND(G230,H230)
,"MAYBE",(IF(AND(G230,H230),"YAY",""))))))

Andy.

"David" wrote in message
...
I have to create a column that shows traffic movement data.

I'm not really used to Excel and this is the formula I
have come up with thus far:

=(IF(AND(G230,H230),"oops","")),
(IF(AND(G230,H230),"MAYBE","")),
(IF(AND(G230,H230),"MAYBE","")),
(IF(AND(G230,H230),"YAY",""))


Each part on it's own works but when I put them together
it gives an output of '#VALUE'

I've tried some different ways of doing this but the
output is always either '#VALUE' or '#REF'

Any assistance would be much appreciated

Thanku



  #3  
Old September 17th, 2003, 02:32 PM
Jason Morin
external usenet poster
 
Posts: n/a
Default multiple AND conditions with IF's

=IF(AND(G230,H230),"oops",IF(AND(G230,H230),"M AYBE",IF
(AND(G230,H230),"MAYBE",IF(AND(G230,H230),"YAY ",""))))

HTH
Jason
Atlanta, GA

-----Original Message-----
I have to create a column that shows traffic movement

data.

I'm not really used to Excel and this is the formula I
have come up with thus far:

=(IF(AND(G230,H230),"oops","")),
(IF(AND(G230,H230),"MAYBE","")),
(IF(AND(G230,H230),"MAYBE","")),
(IF(AND(G230,H230),"YAY",""))


Each part on it's own works but when I put them together
it gives an output of '#VALUE'

I've tried some different ways of doing this but the
output is always either '#VALUE' or '#REF'

Any assistance would be much appreciated

Thanku

.

 




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 07:22 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.