sql excel

  1. M

    Best solution for Big Dataset search and then making "Statement of Account sheet" for each record

    Hello Everybody, I am myself an excel VBA programmer as well as programmer in other languages i.e. Java, JavaScript, Python and C++. Currently I got a project where I have a huge dataset (more than 20,000 records spread over 25 columns) and not only that I have to search each record, I have to...
  2. D

    Excel parameterized SQL query with IN clause

    Hi! I'm running Office365 package Excel 2016 with MS Query to DB2 SQL database with the query being parameterized towards a specific Excel cell value (although I need to populate this cell from a larger range first). While SQL clauses work fine when cell has a single value, I need to run SQL IN...
  3. tourless

    horizontal loops or another solution

    Hi Folks, I've got an issue trying to figure out how to loop across horizontal parameters for multiple iterations. My requirement is to build a report that sums revenue by week for only the first 13 weeks period for any customers that started on or after 2018-01-01. I have a simply msquery...
  4. C

    Using UserForms to Make Letters that Pull Data from SQL or Oracle

    Greetings Folks, I'm probably not in the right area but I have an idea that will make my job and the job of my peers 100000x's easier. I was considering sitting down and redoing all the letters we send customers using UserForms or using Excel, somehow and googling until I figured out how to...
  5. T

    Data need to split 1 hour time intervel

    <colgroup><col span="5"></colgroup><tbody> <colgroup><col style="width:48pt" width="64" span="5"> </colgroup><tbody> I need to split data, i am having 24 hours data. the time interval also included in that columns. for example, input...
  6. K

    Excel SQL results not updating when data changed for current day

    Background: I created a SQL query as follows. Exact Query SELECT `CLog$`.CID, `CLog$`.OpenDt, `CLog$`.CloseDt, `CLog$`.AID, `CLog$`.Trader, `CLog$`.Strategy, `CLog$`.Security, `CLog$`.PnL, `CLog$`.DaysHeld, `CLog$`.NotesFROM `CLog$` `CLog$` WHERE (`CLog$`.OpenDt>=? And `CLog$`.OpenDt<=?) OR...
  7. H

    Parameters from a column for Excel query

    I am trying to run a query in excel where I can use a column from a different sheet to pull the data I need. In excel I run a query and pull the follow fields (plus some): <tbody> Account Number Effective Date System Next Pmt Date Payment Amt 123456 2/17/2017 IVR 3/13/2017 $200.43 254684...
  8. F

    Connecting Vba to MS SQL (return & display value)

    Hi I'm doing simple connection to MS SQL and want to get count and display into excel: Sub test() Dim conn As ADODB.Connection Dim rcrds As ADODB.Recordset Dim iRowNo, i As Long Dim id, name, value As String Dim wb As Workbook Dim ws As Worksheet Set wb =...
  9. C

    SQL query returning wrong number of arguments or invalid property assignment

    Hi, I'm currently building an MI report in MS Excel from a MS access database, everything was working fine and then all of a sudden I start getting the following error: 'Wrong number of arguments or invalid property assignment' Nothing has changed in the query I'm running. Below is a little...
  10. M

    Can't view SQL database tables in Data Connection Wizard

    Hello We have a SQL database in Azure setup but we can't connect to the tables in Excel 2007. We're selecting Data, From Other Sources, then From SQL Server and enter the server address / port alongside the relevant username and password. We can see the database "HS" in the database...
  11. G

    Put data extracted from mySQL in proper table format

    Hello! I have a XML file exported from a SQL database that looks like this when imported to excel: I need some way to make it look like this: (I thought the best way to explain it was with images) There is a lot of data, can anyone help me with a function to do this? I already tried with...

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