F
flashing frank
@Max:
Thank you very much. that is exactly what i was looking for.
And a special thanks for the tip to install the plugin.
you saved me a lot of time
One way ..
Assuming this table is in Sheet1, in A15
In a new Sheet2
------------------
Put in A1: =INDEX(Sheet1!$A$1:$A$5,RANDBETWEEN(1,5))
Put in B1: =INDEX(Sheet1!$B$1:$D$5,RANDBETWEEN(1,5),RANDBETWE EN(1,3))
A1 will return a random value from Sheet1's A1:A5, while
B1 will return a random value from Sheet1's B15
Just tap / press F9 to recalc and regenerate afresh
Freeze the values in A1:B1
by a copy > paste special > values elsewhere
Note: RANDBETWEEN requires the Analysis Toolpak
to be installed and enabled via: Tools > Add-Ins
Thank you very much. that is exactly what i was looking for.
And a special thanks for the tip to install the plugin.
you saved me a lot of time
One way ..
Assuming this table is in Sheet1, in A15
. A B C D
1 england red dog porsche
2 spain blue cat BMW
3 usa green mouse mercedes
4 greece yellow horse VW
5 germany black donkey jaguar
In a new Sheet2
------------------
Put in A1: =INDEX(Sheet1!$A$1:$A$5,RANDBETWEEN(1,5))
Put in B1: =INDEX(Sheet1!$B$1:$D$5,RANDBETWEEN(1,5),RANDBETWE EN(1,3))
A1 will return a random value from Sheet1's A1:A5, while
B1 will return a random value from Sheet1's B15
Just tap / press F9 to recalc and regenerate afresh
Freeze the values in A1:B1
by a copy > paste special > values elsewhere
Note: RANDBETWEEN requires the Analysis Toolpak
to be installed and enabled via: Tools > Add-Ins