HELP! Alternatives for INDIRECT in cascading (dependent) dropdown lists causing slowdown and headaches

JJmachinegunn

New Member
Joined
Feb 22, 2018
Messages
2
Hi,

Calling all Excel geniuses, I’m working on a project for a friend, I’m already way beyond my comfort zone in Excel, and am have an issue that I can’t get around.

My project involves making a sheet that acts like a form with each row being a series of dropdown menu’s (to limit the users options) that cascade down until they generate a unique string (I CONCATENATE the selections from each menu). Excel then uses this to search for a specific item in another part of the spreadsheet and enter it into a table.

It’s purpose is to help make a pictorial recipe sheet for people with language difficulties or English as there second language (basically like making a cooking storyboard) as there was about 500 pictures to try and sort through. Getting Excel to search another sheet using the results generated from the above and place pictures and text into a recipe isn’t a problem (Index,Match works for this), the the issue I’m having is with just this page. I get a lot of lag/slowdown when I scroll down occasionally this even results in Excel hanging briefly with a “(Not Responding)” appearing. It comes back to life but has become a total pain to work on. Originally it was fine when I was developing it with a couple of rows but as I’ve added more rows it has become worse and worse. Currently I have 30 rows with 5 columns each meaning I have 150 dropdown list so far on this page (Ideally I need about 10-20 more rows for the project).

To generate each dropdown list I am using data validation that uses this formula;

=INDIRECT(VLOOKUP($C33,DDList_1,1,FALSE))

Where C33, for example, is the result selected from the dropdown list in the previous column and DDList_1 is a named range that contains all the possible lists for the next stage (there are DDList_2,3 and 4). So for example if I select Setting_Up from the first dropdown list Excel will fill the next dropdown list with the named range called Setting_Up which contains the next lot of options and on and on until I generates a unique string. I hope that makes sense so far? FYI all the named ranges are currently on a separate sheet so I can keep them organized and make changes easily called Dropdown.

I’ve been reading around this and people have mentioned that one of the things that can slow excel down is the INDIRECT function and since I have 150 of these on this one sheet, and every other sheet works fine, means this could be my problem. I’ve pieced all this together using tutorial videos and bits of the internet but I am way beyond my capabilities already. Does anyone know how/if I can replace the above formula with one that doesn’t use INDIRECT but does the same thing that might speed things up and stop Excel grinding to a halt as I’m banging my head against a wall?

If you need any further details please let me know, or even a copy of the Excel sheet, and I’ll get back to you as soon as I can? I wasn’t sure how to attached pictures to this so couldn’t post any examples of what my project looks like to help explain things.

Many Thanks in advance,

Rob
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,214,801
Messages
6,121,644
Members
449,045
Latest member
Marcus05

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