I have a question as below:
I have a list of numbers in a different sheet ( INFO) in a column for example H:H:
Includes?
59701
59702
59744
59761
59774
59817
... and I have a details in different sheet (DB) at U:U:
3*58.00 Std - 7*17.40 N59020:
2*72.00 : Std - 7*21.60 N59020:
7*72.00 : Std - 7*21.60 N59020:
5*100.00 N59872:
71*100.00 N59872:
I write a formula in DB column "Z2":
=IF(SUMIF(U2;"*59701*")>0;"Yes";
IF(SUMIF(U2;"*59702*")>0;"Yes";
IF(SUMIF(U2;"*59744*")>0;"Yes";"No") ...
My question is top formula need to define all search details, I need to repeat every number that includes at search Info.
Is there a way to define this Info search list, in order not to repeat the formula for every different number?
Thank you for your supports and sorry for my English.