2 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Is there a better alternative to grouped rows?

Our take

Managing large datasets in traditional spreadsheets can be a challenge, especially when dealing with multiple layers of grouped rows. In your case, an Excel sheet with 4,000 items, complex labor costs, and extensive conditional formatting can lead to crashes and slow performance. Exploring modern alternatives could streamline your process. Solutions like web apps with integrated databases may offer a more efficient way to organize and filter data.

My team has an excel sheet for estimating project costs. It's a list of ~4,000 physical items with corresponding prices. Each item incurrs different ammounts of labor time from different departments. The users go through and build a shopping list by entering quantities into the sheet. The direct and indirect costs are then summed.

The Problem: The sheet has 8 layers of grouped rows. Expanding all of them makes it crash. Collapsing a group in the first layer doesn't collapse any children. We need to use a macro to reset all the grouped rows to original state. The whole thing is formatted as one big table so users can filter for the parts they selected. I suspect that this and all the conditional formatting slow it down.

Is there a cleaner way to accomplish this kind of task? My gold standard would be something like the RockAuto website with its well formatted collapsed list and separate shopping cart. Is there a more modern alternative to grouped rows? Maybe I would benefit from hiding some of the data in a separate lookup table to reduce the size of the grouped list.

I want this to be a web app with a database, but we don't have the money or talent right now.

submitted by /u/Cultural-Wonder-2735
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles