I would like to seek someone's assistance to simplify and combine the two formulas below into one. Thanks
Formula 1: =IF(COUNTIF($E$2:$E$4,TRUE)>1,"Incorrect Work Type",IF(COUNTIF($E$5:$E$6,TRUE)>1,"Incorrect Unit Rate & lowest Price",IF(AND($E$6=TRUE,$E$4=TRUE,$D$9="TWP"),"Standard",IF(AND($E$4=TRUE,$E$5=TRUE,$D$9="TWP"),"Lowest Price of Vendors",IF(AND($E$2=TRUE,$E$6=TRUE),"Westco",IF(OR(AND($E$4=TRUE,$E$5=TRUE),AND($E$2=TRUE,$E$5=TRUE)),"Lowest Price of Vendors","Incorrect or Other Vendors"))))))
Formula 2: =IF(C9=G8,"Correct","Check Vendors")
Bookmarks