Hello Everyone,
I have a query below with these condition, requesting to please help me solve this.
I have used this formual which returns only one value which is not there, is there a way to return all the values present, I mean up to 10 missing values.
Please help
Formula I have used is
=SUBSTITUTE(TRIM(SUBSTITUTE(CONCAT(IF(MID(","&S111&",",ROW(INDIRECT("1:"&LEN(S111)+1)),1)=",",IF(ISERROR(SEARCH(MID(","&S111&",",ROW(INDIRECT("1:"&LEN(S111)+1)),FIND(",",","&S111&",",ROW(INDIRECT("2:"&LEN(S111)+2)))-ROW(INDIRECT("1:"&LEN(S111)+1))+1),","&T111&",")),MID(","&S111&",",ROW(INDIRECT("1:"&LEN(S111)+1)),FIND(",",","&S111&",",ROW(INDIRECT("2:"&LEN(S111)+2)))-ROW(INDIRECT("1:"&LEN(S111)+1))+1),""),"")),","," "))," ",",")
I have a query below with these condition, requesting to please help me solve this.
QA Tag | Mod Tag | Difference |
0c103e02,9961fd48,a4b63c62,a7eb2d76,d044fd17,ea1bea7e | 725f5ee4,a7eb2d76 | 0c103e02 |
0c103e02,9961fd48,a4b63c62,a7eb2d76,cafa8afb,d044fd17,ea1bea7e | 9961fd48,a4b63c62 | 0c103e02 |
18915865 | none | 18915865 |
344922fa | 71a81f31 | 344922fa |
4f9ff4d8 | none | 4f9ff4d8 |
6782f693 | none | 6782f693 |
6782f693 | none | 6782f693 |
6782f693 | none | 6782f693 |
6782f693 | none | 6782f693 |
725f5ee4,df494a74,f7205075 | df494a74,f7205075 | 725f5ee4 |
809d1041 | a7eb2d76 | 809d1041 |
d8d0d525 | none | d8d0d525 |
I have used this formual which returns only one value which is not there, is there a way to return all the values present, I mean up to 10 missing values.
Please help
Formula I have used is
=SUBSTITUTE(TRIM(SUBSTITUTE(CONCAT(IF(MID(","&S111&",",ROW(INDIRECT("1:"&LEN(S111)+1)),1)=",",IF(ISERROR(SEARCH(MID(","&S111&",",ROW(INDIRECT("1:"&LEN(S111)+1)),FIND(",",","&S111&",",ROW(INDIRECT("2:"&LEN(S111)+2)))-ROW(INDIRECT("1:"&LEN(S111)+1))+1),","&T111&",")),MID(","&S111&",",ROW(INDIRECT("1:"&LEN(S111)+1)),FIND(",",","&S111&",",ROW(INDIRECT("2:"&LEN(S111)+2)))-ROW(INDIRECT("1:"&LEN(S111)+1))+1),""),"")),","," "))," ",",")