Is it possible to Index a single cell array?

JonDalton

New Member
Joined
Nov 12, 2018
Messages
9
I was trying to randomly select items from an array, I don't think the below is possible so I'm going to break it out into cells.

I have an array in A1, everything below is submitted with ctrl shift enter just in case.

A1={"test1","test2","test3"}

I want to be able to:
=INDEX(A1,RANDBETWEEN(1,3))

Results from =INDEX,A1,RANDBETWEEN(Row,Column))

RowColumnResult
00
test1

<tbody>
</tbody>
01
test1

<tbody>
</tbody>
02
#REF!

<tbody>
</tbody>
10
test1

<tbody>
</tbody>
11
test1

<tbody>
</tbody>
12
#REF!

<tbody>
</tbody>
20
#REF!

<tbody>
</tbody>
21
#REF!

<tbody>
</tbody>
22
#REF!

<tbody>
</tbody>
30
#REF!

<tbody>
</tbody>
31
#REF!

<tbody>
</tbody>
32
#REF!

<tbody>
</tbody>

<tbody>
</tbody>

Is this possible with a different function?
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
No, you can't do that. You could put the array into a defined name instead.
 
Upvote 0
I suspected as much. ;)
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,549
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top