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), this actually all works fine but 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).
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 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 in the first dropdown list Excel will fill the next dropdown list with the named range called Setting_Up and so shows 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 beyond my capabilities already. Does anyone know how 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
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), this actually all works fine but 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).
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 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 in the first dropdown list Excel will fill the next dropdown list with the named range called Setting_Up and so shows 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 beyond my capabilities already. Does anyone know how 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