Forum Discussion
anupambit1797
Nov 07, 2024Iron Contributor
Filter function
Dear Experts, Greetings! I have a data like below:- Each row has two rnti's (Col-C and Col-D), and their corresponding numofPrb are in Col-F and Col-G, I want to prepare som...
- Nov 07, 2024
Try the following formula-
=TOCOL(HSTACK(FILTER(Table3[numOfPrb-1],Table3[rnti-1]=J1),FILTER(Table3[numOfPrb-2],Table3[rnti-2]=J1)),3)
Harun24HR
Nov 07, 2024Bronze Contributor
Try the following formula-
=TOCOL(HSTACK(FILTER(Table3[numOfPrb-1],Table3[rnti-1]=J1),FILTER(Table3[numOfPrb-2],Table3[rnti-2]=J1)),3)