Hi everyone,
I need to make a list of all possible combinations of two lists as shown in the following example.
i.e. Basically when I update Column A & B, the combinations should get appear in the “Output” column.
Also need to do this without running a MACRO.
Can someone kindly help me?
Example
I need to make a list of all possible combinations of two lists as shown in the following example.
i.e. Basically when I update Column A & B, the combinations should get appear in the “Output” column.
Also need to do this without running a MACRO.
Can someone kindly help me?
Example
Column A | Column B | | Output (Combinations) |
Mar | AA | | MarAA |
Apr | BB | | MarBB |
May | CC | | MarCC |
| DD | | MarDD |
| | | AprAA |
| | | AprBB |
| | | AprCC |
| | | AprDD |
| | | MayAA |
| | | MayBB |
| | | MayCC |
| | | MayDD |
Last edited by a moderator: