General question..

Atholl

Active Member
Joined
May 19, 2002
Messages
434
Hi all,
I will be constructing a spreadsheet which performs a set of calculations on some data sets. The (extremely voluminous) data sets have been generated by another program and each, of course, have a criteria distinguishing them from eachother. The size of the data sets varies also.
I want the front end of the spreadsheet to show a list of the datasets so the user can select one and perform the calculations. Alternatively, I'm thinking about a method in which the user can enter some criteria, and the spreadsheet will select the closest dataset to that criteria.
Either way, the data sets have to be within the spreadsheet, and my question is (finally): How can I refer excel to the correct data set, bearing in mind its size is not uniform?
Have I expressed myself clearly?

Thanks in advance,

Atholl
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
On 2002-08-27 01:28, Atholl wrote:
Hi all,
I will be constructing a spreadsheet which performs a set of calculations on some data sets. The (extremely voluminous) data sets have been generated by another program and each, of course, have a criteria distinguishing them from eachother. The size of the data sets varies also.
I want the front end of the spreadsheet to show a list of the datasets so the user can select one and perform the calculations. Alternatively, I'm thinking about a method in which the user can enter some criteria, and the spreadsheet will select the closest dataset to that criteria.
Either way, the data sets have to be within the spreadsheet, and my question is (finally): How can I refer excel to the correct data set, bearing in mind its size is not uniform?
Have I expressed myself clearly?

Thanks in advance,

Atholl

Atholl,

I did something like this about four years ago...

Take the entire database and shove it through a pivot table with a single row variable producing just a count of that variable.

Copy the Range to a specific place. Repeat the process for each variable, In my case it was Account, Cost Centre, Division, Product Line, Project ... etc This was then used as feed to drop down menus...This sounds like the sort of thing that you are trying to do.

It was a fairly lengthy bit of code though!!!

Hope this helps.
Sean :)
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,447
Members
448,898
Latest member
drewmorgan128

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