N
Nicawette
Hi all,
I've the following formula :
=INDEX(Routing!$E$8:$F$12;(RANDBETWEEN(1;5));(RANDBETWEEN(1;2)))
which works in the right way no problem at all
but I want to have this formula more dynamic/automatic and change the
"Routing!$E$8:$F$12" with a lookup function (eg Vlookup); something
like that :
=INDEX(Vlookup(A1; B1:C8;2);(RANDBETWEEN(1;5));(RANDBETWEEN(1;2)))
but the problem is that the array in the index formula is an array
constant and doesn't accept formulas.
Do you know if a workaround is possible ?
Thank you for the support
Tx Nic.
I've the following formula :
=INDEX(Routing!$E$8:$F$12;(RANDBETWEEN(1;5));(RANDBETWEEN(1;2)))
which works in the right way no problem at all
but I want to have this formula more dynamic/automatic and change the
"Routing!$E$8:$F$12" with a lookup function (eg Vlookup); something
like that :
=INDEX(Vlookup(A1; B1:C8;2);(RANDBETWEEN(1;5));(RANDBETWEEN(1;2)))
but the problem is that the array in the index formula is an array
constant and doesn't accept formulas.
Do you know if a workaround is possible ?
Thank you for the support
Tx Nic.