Help! I am a Java coder trying to pretend I can write VB! Unfortunately my deadline is coming quick and I am yet to figure this out!
I will try to make the question as simplified as I can.
I have an excel workbook with multiple worksheets. The first worksheet (we will call it Test1) has column A with a String value (this will be our search value). Column C should be populated by doing the following:
- Use the value of column A (Worksheet Test1) to search column B on the second worksheet (Worksheet Test2)
- I want to find each row in Test2 with the search value.
- For each of the resulting rows, Concatenate Column A (Test2) together to form a long string, comma seperated
- This string is what I want to be in Column C (Test1)
Does that make any sense? Can I do this? Is it even possible? (For all I know, it may be very easy!) Please help! I am getting quite desperate. I have been successful finding the first occurance, but getting all of the occurances has been a nightmare!
THANK YOU FOR ANY HELP!!!
I will try to make the question as simplified as I can.
I have an excel workbook with multiple worksheets. The first worksheet (we will call it Test1) has column A with a String value (this will be our search value). Column C should be populated by doing the following:
- Use the value of column A (Worksheet Test1) to search column B on the second worksheet (Worksheet Test2)
- I want to find each row in Test2 with the search value.
- For each of the resulting rows, Concatenate Column A (Test2) together to form a long string, comma seperated
- This string is what I want to be in Column C (Test1)
Does that make any sense? Can I do this? Is it even possible? (For all I know, it may be very easy!) Please help! I am getting quite desperate. I have been successful finding the first occurance, but getting all of the occurances has been a nightmare!
THANK YOU FOR ANY HELP!!!