0

enter image description here

I want to know the correct function to use here to get the break for each agent

Ken White
  • 123,280
  • 14
  • 225
  • 444

2 Answers2

0

Paste this formula in A7

=IFERROR(INDEX($E$6:$Q$6,1,ArrayFormula(MATCH(1,SEARCH("B",E7:NQ7),0))),"No Break")

enter image description here

Osm
  • 2,699
  • 2
  • 4
  • 26
-1

try in row 7:

 =INDEX(TRIM(FLATTEN(QUERY(TRANSPOSE(IF(E7:R="B"; E6:P6; ));;9^9))))
player0
  • 124,011
  • 12
  • 67
  • 124