D
DaveB
Just need some help finishing this code...thank you! DaveB
=IF(ISERR(FIND("INC",$A1)),IF(AND(ISERR(FIND
("SOCIETY",$A1)),ISERR(FIND("FOUNDATION",$A1))),IF(ISERR
(FIND("UNIVERSITY",$A1)),"","ACAD"),"ASSC/FNDN"),"CORP")
If in column "A", there is a sentence with "INC" in
it, then in column "B", the word "CORP" should appear.
If in column "A", there is a sentence with "SOCIETY"
in it, then in "B", the word "ASSC/FNDN" should appear.
If in column "A", there is a sentence with "FOUNDATION" in
it, then in column "B", the word "ASSC/FNDN" should appear.
If in column "A", there is a sentence with "UNIVERSITY" in
it, then in column "B", the word "ACAD" should appear.
=IF(ISERR(FIND("INC",$A1)),IF(AND(ISERR(FIND
("SOCIETY",$A1)),ISERR(FIND("FOUNDATION",$A1))),IF(ISERR
(FIND("UNIVERSITY",$A1)),"","ACAD"),"ASSC/FNDN"),"CORP")
If in column "A", there is a sentence with "INC" in
it, then in column "B", the word "CORP" should appear.
If in column "A", there is a sentence with "SOCIETY"
in it, then in "B", the word "ASSC/FNDN" should appear.
If in column "A", there is a sentence with "FOUNDATION" in
it, then in column "B", the word "ASSC/FNDN" should appear.
If in column "A", there is a sentence with "UNIVERSITY" in
it, then in column "B", the word "ACAD" should appear.