Off topics.
Thanks to AliGW to recall my prohibited post.
I was not mean to do that (post a solution against the rules) , I was open the topic and left it open while open Excel to solve the problem,
then back to browser , post the solution (while not refresh before post). I'll try to refresh browser before post next time.
Regards.
Answer to McLeod_Research.
After I've test on my PC , I found the problem to search by using "*number*" if cell contain only one number (and data type is number , not text).
And if I use IF(...) I have to if for both of them IF( finding text-number or finding number ... ) the formula length can be imagination.^_^
But with COUNTIF, I can use a short form of Array [ {"*1*","*2*","*5*",1,2,5} ] , so formula can be shorter.
(When you use COUNTIF as Array formula , the number will be result;result;... for each of array ( {"*1*","*2*","*5*",1,2,5} )
and you can see only first of the results , so , SUM can group all result together)
Solution step is try to branch possible case in a group. Write in IF-Else form may easy to explain (in case of my English).
Regards.
Bookmarks