Create multiple columns on one sheet from 1 column on another with logic
- by user450252
I am new to VBA and I am struggling trying to make this work. I am in need of a macro that will process each cell\column on Sheet1 and put the results on Sheet2. I'm sure this is pretty easy for those who are more advanced with VB code. It contains many columns..
Anytime we encounter a — or an empty cell, we populate the cell with -999 (see the…