Hello,
I might have a bit of a difficult one here :/
i am looking for a way to exlude certain rows when i am doing an array lookup.
At the moment i am using the following formula:
{=IF(ROWS(A$5:A5)>$B$2;"";INDEX('Testing Changed Extract'!A$3:A$35000;SMALL(IF(Table2[Plant]=$A$2;ROW(Table2[Plant])-ROW('Testing Changed Extract'!$A$3)+1);ROWS(A$5:A5))))}
With this, i have a drop down menu with different plants (in A2) and the array finds me all the plants and information from the tab 'Testing Changed Extract'.
Now, this works, but i should expand on it so that if there are certain parameters in another column say for example, REP and MOD, they aren't put in the list.
This is to speed up the process, cause if i choose certain plants now, it takes 5 minutes to calculate.
If needed i will try to upload an example, but it's a big file with a lot of sensitive data, and it will take me a while to adapt it.
Thank you in advance.
I might have a bit of a difficult one here :/
i am looking for a way to exlude certain rows when i am doing an array lookup.
At the moment i am using the following formula:
{=IF(ROWS(A$5:A5)>$B$2;"";INDEX('Testing Changed Extract'!A$3:A$35000;SMALL(IF(Table2[Plant]=$A$2;ROW(Table2[Plant])-ROW('Testing Changed Extract'!$A$3)+1);ROWS(A$5:A5))))}
With this, i have a drop down menu with different plants (in A2) and the array finds me all the plants and information from the tab 'Testing Changed Extract'.
Now, this works, but i should expand on it so that if there are certain parameters in another column say for example, REP and MOD, they aren't put in the list.
This is to speed up the process, cause if i choose certain plants now, it takes 5 minutes to calculate.
If needed i will try to upload an example, but it's a big file with a lot of sensitive data, and it will take me a while to adapt it.
Thank you in advance.