studentpro
New Member
- Joined
- May 20, 2016
- Messages
- 8
I am not familiar with VBA if then loops so I don't really know where I would begin to write what I need. here's the scenario:
In sheet (1)
If cell values in column (F) = 1
then, in that same row, copy cell value in column (A)
and find the next empty cell and paste in sheet (2) column(B)
the data I am working could have 100k rows with data in it.
If anyone has any ideas on how to write something like that let me know. I have seen other threads that are kind of similar but they were more focused on extracting the entire row if the criteria was met instead of just one column value.
In sheet (1)
If cell values in column (F) = 1
then, in that same row, copy cell value in column (A)
and find the next empty cell and paste in sheet (2) column(B)
the data I am working could have 100k rows with data in it.
If anyone has any ideas on how to write something like that let me know. I have seen other threads that are kind of similar but they were more focused on extracting the entire row if the criteria was met instead of just one column value.