Query Access from Excel, 1 Data Point

ilcaa

Well-known Member
Joined
May 25, 2005
Messages
751
Office Version
  1. 365
Platform
  1. Windows
I have an Access Table with the stock price information for last 1 years worth of data...

DATE, STOCK_SYMBOL, CLOSING_PRICE, CALCULATEDFIELD1. CALCULATEDFIELD2, ETC

I am looking to create a Function within Excel that allows me to pull Access data into Excel. So i would like to enter a UserDefinedFunction formula in Excel and it queries Access for a specific value based on the function I use and symbol I provide.

=HighestHigh10(a5)​. Assume a Symbol in Range("a5"). It would find the "HighestHigh10" Column, look for "AAPL" (text in [A5] and return the value into Excel. (HighestHigh10 is a calculated field that calculates the Highest high for the last 10-days)

OR a more ideal scenario... It would calculate the HighestHigh based on the days you provide, =HighestHigh("AAPL", 10). It would calculate the HighesHigh in past 10 days and return that price back to Excel, or any calculation I create...

Just wondering if this is easy to do or difficult, and if you could point me in the right direction. I know a query from Excel would pull in sets of data based on filters or criterias. But could I be able to write a function like example above, would it be able to do some calculations and return a single data point? Any links or descriptions would be appreciated...

this is what I am trying to build but with my own calculated fields, I already have the data in Access. XLQ

-Jonathon
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,215,687
Messages
6,126,204
Members
449,298
Latest member
Jest

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