Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default code to do a sql-equivalent to JOIN() (as implemented in digDB)

Hi,

First, I must say that I'm not a VBA programmer and never used excel
much till now. I always wrote R code for manipulating data, but I have
come to believe that excel could save me time when I learned about
things like pivot tables recently.

The one thing that I thought was out of reach for excel was the JOIN()
operation (also called merge() in R)... but then I found this:
http://www.digdb.com/excel_add_ins/j..._tables_lists/

Which works very well. However, the price for the package is a bit
steep for me (an occasional user), and that is the only function I can
see myself using... so that takes me here. Do you know of any freely
available code that implements the JOIN operation for excel (2007 in
my case)?

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default code to do a sql-equivalent to JOIN() (as implemented in digDB)

There is no problem doing a JOIN in Excel in SQL run on sheet ranges.
Look at this NG thread:
http://shorterlink.com/?H5CZPS

RBS

"urlwolf" wrote in message
oups.com...
Hi,

First, I must say that I'm not a VBA programmer and never used excel
much till now. I always wrote R code for manipulating data, but I have
come to believe that excel could save me time when I learned about
things like pivot tables recently.

The one thing that I thought was out of reach for excel was the JOIN()
operation (also called merge() in R)... but then I found this:
http://www.digdb.com/excel_add_ins/j..._tables_lists/

Which works very well. However, the price for the package is a bit
steep for me (an occasional user), and that is the only function I can
see myself using... so that takes me here. Do you know of any freely
available code that implements the JOIN operation for excel (2007 in
my case)?

Thanks!


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default code to do a sql-equivalent to JOIN() (as implemented in digDB)

Just out of interest, why not use Access (or SQL Server 2005 Express which
is free and supports Transact SQL) for data manipulation and then export the
results to Excel if you need to analyse them further?

MH

"urlwolf" wrote in message
oups.com...
Hi,

First, I must say that I'm not a VBA programmer and never used excel
much till now. I always wrote R code for manipulating data, but I have
come to believe that excel could save me time when I learned about
things like pivot tables recently.

The one thing that I thought was out of reach for excel was the JOIN()
operation (also called merge() in R)... but then I found this:
http://www.digdb.com/excel_add_ins/j..._tables_lists/

Which works very well. However, the price for the package is a bit
steep for me (an occasional user), and that is the only function I can
see myself using... so that takes me here. Do you know of any freely
available code that implements the JOIN operation for excel (2007 in
my case)?

Thanks!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's the vba code equivalent for Countif NDBC Excel Discussion (Misc queries) 3 July 4th 09 11:42 AM
Project - times to be implemented AlejandroArias Excel Discussion (Misc queries) 0 April 11th 08 03:48 PM
Unhandled exception - Not implemented Aggie Excel Worksheet Functions 0 May 31st 07 06:23 PM
equivalent code in c# for excel R102oy Excel Programming 0 March 16th 06 10:20 PM
Does XML have equivalent code for ADO? XP Excel Programming 1 February 22nd 06 05:22 PM


All times are GMT +1. The time now is 10:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"