Thread
: [Solved]
Formula, Compare two cell's text and based on results output a number
View Single Post
03-15-2016, 09:35 PM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
You are right.
Try to change the formula to:
=IF(K2<>"Medical","",
--SUBSTITUTE(TRIM(IF(COUNT(SEARCH({"A","B","C","D"," E"},D2)),10,"") &IF(COUNT(SEARCH({"F","G","H","I"},D2)),5,"") &IF(COUNT(SEARCH({"J","K","L","M"},D2)),7,"")),"", ","))
xor
View Public Profile
Find all posts by xor