Forum Discussion
anupambit1797
Nov 01, 2023Iron Contributor
Common entry
Dear Experts, I need to prepare a list of rnti's in column "N" ( a parameter say) which is common in all these 4 Tables, may be with XMATCH , or any other formulae.. ...
HansVogelaar
MVP
In your example, there are no common values, but if there were, they would be returned by
=FILTER(Table7[rnti-BIP], COUNTIF(Table1[[CRNTI]:[CRNTI3]], Table7[rnti-BIP])*COUNTIF(Table4[rnti-UL-TTI], Table7[rnti-BIP])*COUNTIF(Table5[rnti-DL-TTI], Table7[rnti-BIP]), "")
anupambit1797
Nov 02, 2023Iron Contributor
Thanks HansVogelaar it really helps, once you have some bandwidth , can you please share one more logic /Formula apart form the Filter function..
Thanks & Regards
Anupam Shrivastava
- HansVogelaarNov 02, 2023MVP
Why?
- anupambit1797Nov 02, 2023Iron Contributor
HiHansVogelaar seems a bit Lengthy..
- HansVogelaarNov 02, 2023MVP
A formula avoiding FILTER would probably be much longer...