Hi @alexnajm ,
Just have another question to the same workflow to use multi row formula for the below data srt :
| Call | Status | OA |
| A | Yes | Yes |
| B | Yes | Yes |
| C | Yes | Yes |
| | | |
| Call | Status | OA |
| A | Yes | No |
| B | Yes | No |
| C | No | No |
If call status is yes in all rows then OA is also yes .but if any of the rows is No for status how to stamp OA as No for all rows.Thanks.