I'm being lazy -- can I do join two if statements with "and"? like "if a2 is less than 10" AND "if column c =blue", do this? is this poss?
|
or do I have to use index matching?
|
Responses:
-
oops - sorry - this is a tech question huh? I was going to post - you're Amanda - you can do anything you want!
-
JenBro
Jan 27, 11:02
-
you can do it in excel. =IF ( AND (a2 < 10, c1 = "blue"), TRUE, FALSE) -- nm
-
decline
Jan 27, 11:00
-
Not in Excel. You could do a nested if, though.
-
spamlet
Jan 27, 10:57
2
-
Logically it's possible, the actual grammar of it will depend on what you're doing it in. -- nm
-
Ender
Jan 27, 10:57
1
-
this.
-
Beryllium
Jan 27, 10:58
-
I can't see why not. nm -- nm
-
groiny
Jan 27, 10:56
-
you can do anything
-
encyclopedia pixie
Jan 27, 10:55
1
|