I want to create an if function that says If cell A, B and C are EACH >=0,
then insert the message "green", if the same three cells are EACH less than 0
then insert the message "red", else insert message "yellow"

Any help would be appreciated!