My output should have both the fruits which have value as true.
For eg: For third row, Apple, Orange and Watermelon has the value as "True", but it is returning only first value.
Formula i have used : =IFERROR(OFFSET([@Apple],[@[Offset Tower]],MATCH(TRUE,Table2[@[Apple]:[pineapple]],0)-1),"")...