I have column A and column B that both have a list of names. I need to be able to create a list of all pairings names from A with names from B, and has to work for different numbers of names in each column. Ideally I want it set up so that I can add or delete a name from either column, run the VBA macro, and it will update all the pairings. The example below should show what I mean for the output:
Well, it would, but it seems I can't directly paste it from the clipboard. I attached a file. If the description of what I want isn't clear above, hopefully someone takes the time to look at the file.
I don't believe it is possible to do this without VBA, but I have been wrong about some other similar assumptions before, so if it can be done with normal Excel code, then that would definitely be preferable. Thanks! I'm pretty new to VBA, and while I tried to look up some examples of writing VBA code, I couldn't find anything that seemed remotely like this.
Bookmarks