Backboards: 
Posts: 154
In response to "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?" by the amanda nones

you can do it in excel. =IF ( AND (a2 < 10, c1 = "blue"), TRUE, FALSE) -- nm

(No message)


Post a message   top
Replies are disabled on threads older than 7 days.