Forum Discussion

Meceka's avatar
Meceka
Copper Contributor
Nov 24, 2021
Solved

Need help with copy values in comma seperated data into another column conditionally

  I'm using Office 365 excel with intel mac. There is a sample excel file below. Each value in column A has corresponding order in column D. For example in A2 first line 'False' is matched ...
  • HansVogelaar's avatar
    HansVogelaar
    Nov 24, 2021

    Meceka 

    Open your 'real' workbook and my sample workbook.

    Press Alt+F11 to activate the Visual Basic Editor.

    Look at the Project Explorer pane on the left hand side.

    If necessary expand my sample workbook and then Modules under it.

    You should see Module1:

    Drag Module1 to your real workbook. This will copy the module, making the function available in your workbook.

    You can view the code by double-clicking Module1.

Resources