Hello.
I have the following array: {2;FALSE;5;FALSE;FALSE;6} - row numbers
Is it possible to get the values from the range A1:A6 based on the array above and get this result => {A2;FALSE;A5;FALSE;FALSE;A6} ?
I can not use SMALL function since I need the values from A1:A6 to remain in an...