Data management thoughts, please

SueBK

Board Regular
Joined
Aug 12, 2014
Messages
114
I have a spreadsheet of data that runs up to column AWI, with just over 2,500 records. I do not have the option of transferring this data to a relational database, which would be my preference.

On any given day, team members need to update various subsets of the data. The most common set runs up to Column BH, with many of those columns very rarely used.

I'm used to working with relational databases, where I can create queries and then design user input and lookup forms based on the subset of fields and specific records. I'm really floundering here with where to even start. I do not want users trawling through nearly 1,000 columns of data. That is simply a recipe for data chaos.

If someone could point me in the direction of a brilliant tutorial on creating user forms that might help me understand the best way to tackle this issue. In the short-term, I'm manually updating every change in the mega-sheet :( while programming. Pain the proverbial, so the sooner I can put a data entry system in place the better.

Just as a side query: can I create a workbook called, I don't know, "Update Data" with a bunch of buttons and dialogue boxes that updates my master data sheet, without users ever actually opening it or gaining access to it directly?
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Just as a side query: can I create a workbook called, I don't know, "Update Data" with a bunch of buttons and dialogue boxes that updates my master data sheet, without users ever actually opening it or gaining access to it directly?

Yes, Sue. Then you'd need some program code for the updates. This could be a bit of work if you're new to it. It can be done with SQL, so very similar to working with a relational database: apart from DELETE queries which aren't available. Delete queries would need a different approach.

[In fact, maybe you can use an mdb data file instead of the Excel master data file? This can be done without having MS Access installed. Allows DELETE queries and handles multiple users.]
 
Upvote 0

Forum statistics

Threads
1,215,540
Messages
6,125,405
Members
449,223
Latest member
Narrian

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