join

  1. C

    Writing a sub, using arrays, to join information on two worksheets using VBA

    <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Version>15.00</o:Version> </o:DocumentProperties> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> Hi guys, I am currently trying to write a sub, using arrays, to join information on two separate...
  2. C

    maybe a complex lookup ?

    Hi. I want to create a sort of lookup by joining multiple ranges like in the table below: <tbody> A B C D E F G H 1 <tbody> product_name </tbody> <tbody> sku_code </tbody> <tbody> sku_code </tbody> <tbody> qty </tbody> 2 <tbody> apples </tbody> <tbody> c1 </tbody>...
  3. Q

    How to join datevalue and timevalue into one

    Good day All, I have a spreadsheet with 6 spin buttons - one for year - two for month - three for day - four for hour - five for minute - six for second I have two sets of these, the first set returns the start date and the second set returns the end date - if you type the date and time in a...
  4. H

    Joining Columns one below the other

    Imagine I have some columns of data. How can I stack multiple columns on below the other in column A? For example, A column is blank now. B,C,D have some data. <tbody> A B C D 1 ab gh ij 2 cd kl 3 ef 4 </tbody> Can all the columns be stacked in the empty column A...
  5. N

    Join & Replace Columns

    I've got a couple different scenarios where I need help with writing vba for. I know I can do this via excel formulas and a manual approach, but I need to do it as a macro because my company's admin staff will need to do this on a daily basis so an automated works best. In my first situation...
  6. M

    relating tables vs. join during query

    Is there a difference between: a) Creating a relationship between two tables, and then running a query that involves them both. b) Taking two previously unrelated tables, running a query that involves them both, and creating a join within the query that connects them. Or are these effectively...
  7. S

    Write arrays in cells

    Hi All, i have an array arr(0)= 1 arr(1) = 2 arr(3) = 3 ... arr(n) = n and i would like to find a way so that when i write in in a cell it gets as: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 15, .... each line will get up to 14 elements of the array with commas and then will...
  8. R

    VBA Join Function for unknown number of arguments

    Does anyone have a function that takes an unknown number of ranges (worksheet cells) as arguments that can then be joined with the provided delimiter. It should ignore null values. I saw that someone posted the following line of code: Replace(WorksheetFunction.Trim(Join(myArray)), " ", ",")...
  9. N

    Split and LEFT operation on comma-separated values in cell

    Hoping to get some advice on processing a split and trim operation on a cell containing between 2-4 comma-separated values. The cell contains days separated by commas, for instance along the lines of... Thursday, Friday Monday, Wednesday, Thursday Monday, Wednesday, Thursday, Friday I need...
  10. S

    Concatenate Multiple Rows

    Hi all: I have a spreadsheet with 5500 rows. I am looking to join certain rows by a unique identifier. My column layout is as follows: Account Name Current Investments foo1 PE foo1 FoHF foo1 HF foo2...
  11. O

    Queries falling apart - not containing all my values

    Hi Guys, I have a query that I can't seem to use a join with, because I have to link more than one value at a time. :confused: Sheet 1 contains: - , B, C, D, E Sheet 2 contains A, B, C, D, ? And I want sheet 3 to contain: A, B, C, D, E B needs to be the first value matched. If B = B, and...
  12. N

    Join Excel table and SQL table

    I have an Excel 2007 Table, named "ACCT_LIST", which is a list of 75 account numbers. I want to use the list to inner join to a SQL Server table, to return some data about those 75 accounts. I am using SQL code embedded in VBA. How do I tell it that ACCT_LIST is an Excel table in my SELECT...
  13. B

    Join and Functions for Searching?

    How can I search for LASTNAME and FIRSTNAME fields from TABLE_1 contained in NAME in TABLE_2? TABLE_1 contains 80,000 records and has FIRSTNAME and LASTNAME fields. TABLE_2 has 1 million records and just one field for NAME. Complicating matters, this NAME field is not uniformly formatted...
  14. T

    Adding to VB functions together

    Hi all, I am useless at VB but through the use of all your archived wisdom I have been able to not only create myself a userform but have also been able to them turn the saved data into an email. SO Thanks already! I have two VB scripts (is that the right term?) which I need to join together...
  15. R

    Combining Arrays and Removing Null Values

    I want to create a file where data from economics experiments can be entered on several different worksheets, and then a combined on a different worksheet. For example: Worksheet 1 (Session 1, Round 1) A 1 Price 2 15 3 14 4 13 5 6 7 etc. Worksheet 2 (Session 1, Round 2) A 1 Price 2...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top