Hello All
I would like to build a flow in order to copy settings from one user to another within the same group, and formula can apply in all groups in one sheet..
Sample input and output provided below:
Input:
| | Firm | User | Product | Buy | Sell | Hold |
| 1 | ABC | AMY | Apple | Yes | Yes | No |
| 2 | ABC | BET | Apple | No | No | No |
| 3 | ABC | AMY | Banana | Yes | No | Yes |
| 4 | ABC | CAT | Banana | No | No | No |
| 5 | DEF | ENN | Apple | No | Yes | Yes |
| 6 | DEF | FRANK | Apple | No | No | No |
| 7 | GHI | GEO | Banana | No | No | Yes |
| 8 | GHI | HENRRY | Banana | No | No | No |
Output:
| | Firm | User | Product | Buy | Sell | Hold |
| 1 | ABC | AMY | Apple | Yes | Yes | No |
| 2 | ABC | BET | Apple | Yes | Yes | No |
| 3 | ABC | AMY | Banana | Yes | No | Yes |
| 4 | ABC | CAT | Banana | Yes | No | Yes |
| 5 | DEF | ENN | Apple | No | Yes | Yes |
| 6 | DEF | FRANK | Apple | No | Yes | Yes |
| 7 | GHI | GEO | Banana | No | No | Yes |
| 8 | GHI | HENRRY | Banana | No | No | Yes |
Thank you very much.