Jenna_B
New Member
- Joined
- Sep 22, 2016
- Messages
- 28
- Office Version
- 365
- Platform
- Windows
I am failing at trying to create a code. What I want my code to do is to:
I have 35 conditions that needs to go in to 7 different categories...
so if the cell.Column1 is like "Veol" then cell.Column3 should output to say Veolia
if cell.column1 is like "Clean" then cell.Column3 will say "Clean"
I need to do the above 35 times and I have tried everything and nothing seems to work. I'll find a partial answer and the loop is missing so I try and add a loop and the vba crashes, or just does not function. I have THOUSANDS of lines to go through.
I have 35 conditions that needs to go in to 7 different categories...
so if the cell.Column1 is like "Veol" then cell.Column3 should output to say Veolia
if cell.column1 is like "Clean" then cell.Column3 will say "Clean"
I need to do the above 35 times and I have tried everything and nothing seems to work. I'll find a partial answer and the loop is missing so I try and add a loop and the vba crashes, or just does not function. I have THOUSANDS of lines to go through.