Forum Discussion
infinity94
Jun 01, 2021Copper Contributor
VBA copying specific columns in new sheet
Hi all, I need some help. I am trying to create an easy code on how to copy a specific column from one sheet to the other if a condition is meet. If column F ="Yes" in sheet "request then I want col...
- Jun 01, 2021
NikolinoDE
Jun 01, 2021Gold Contributor
If you don't necessarily need VBA, here is a small example with the formula "IF".
I hope that I could help you in your project.
Nikolino
I know that I know nothing (Socrates)
- infinity94Jun 01, 2021Copper Contributorthank you for this, but this leaves a lot of blank rows which I want to avoid. This is just a sample but when you have 2000 rows this wouldn't be looking great
- NikolinoDEJun 01, 2021Gold Contributor
- infinity94Jun 04, 2021Copper Contributorthank you!