Hey All,
I have a two part question, the first being just a generic request for information that will hopefully alleviate the need for posts like this, and the second being an actual issue I'm trying to conquer.
So Question 1, I'm terrible with loops, can someone recommend a number of resources you found were best to help you get over the hump and use them effectively? Web, Books, whatever the media is fine.
Question 2, I have a list of data in from A1:A10, each item represents a color in my mock example. I want to have B1 populate with what would essentially be a concatenated list of values from my selected cells in Column A and append a comma after each.
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Teal[/TD]
[TD]Teal, Blue, Green, Red, Orange, Yellow, Purple, Maroon, Magenta, Black[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Orange[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Purple[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Maroon[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Magenta[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Black[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I know how I can accomplish this with a number of formulas, but I'm trying to utilize loops/VBA/whatever would be most efficient to not have to keep creating custom formulas as we do this often at work to create strings for data searches.
Will look to execute with hotkey/button press, but I can handle that.
Thanks,
Dan.
I have a two part question, the first being just a generic request for information that will hopefully alleviate the need for posts like this, and the second being an actual issue I'm trying to conquer.
So Question 1, I'm terrible with loops, can someone recommend a number of resources you found were best to help you get over the hump and use them effectively? Web, Books, whatever the media is fine.
Question 2, I have a list of data in from A1:A10, each item represents a color in my mock example. I want to have B1 populate with what would essentially be a concatenated list of values from my selected cells in Column A and append a comma after each.
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Teal[/TD]
[TD]Teal, Blue, Green, Red, Orange, Yellow, Purple, Maroon, Magenta, Black[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Orange[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Purple[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Maroon[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Magenta[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Black[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I know how I can accomplish this with a number of formulas, but I'm trying to utilize loops/VBA/whatever would be most efficient to not have to keep creating custom formulas as we do this often at work to create strings for data searches.
Will look to execute with hotkey/button press, but I can handle that.
Thanks,
Dan.