Hello my Dear ,I Want Your Help to Modify the formula which in Column B From Total Sheet ,to Get all unique Names with not get names by + Sign like (Ahmed Samy+Oleksandr Puga+Samir Nageh Adam) ,But these names must be separated so that they appear like the rest of the names, as one name in each cell without any + Sign , If there is any name, from this Group, that was brought before, then it is not brought
Finally, please modify the equation of column C to fetch the amounts of each name from all Sheets, provided that the amounts of the names associated with the + sign are divided by the number of names between this sign.
Code:
=IFERROR(FILTERXML("<a><b>"&TEXTJOIN("</b><b>",1,Sheet1!C$3:C$164,Sheet2!C$3:C$164,Sheet3!C$3:C$164,Sheet4!C$3:C$164,Sheet5!C$3:C$164,Sheet6!C$3:C$164)&"</b></a>","//b[not(preceding::*=.)]["&ROW(A1)&"]"),"")
Code:
=SUMPRODUCT(SUMIF(INDIRECT("'"&$O$2:$O$7&"'!$c$2:$c$164"),B2,INDIRECT("'"&$O$2:$O$7&"'!$b$2:$b$164")))