Hi there!
Been a long time lurker of the forum, but finally forced to ask for help on something
I have a column with values e.g. in B1 I have "red", B2 has "Blue", B3 has "Green" etc.
In another cell I have a randbetween function e.g. C1 = randbetween(1,N)
I want to concatenate from cell B1 down to the row number randbetween function gives me. ie let C1=n, then I need to concatenate B1, B2, B3,...Bn
e.g If randbetween resolved to 2, I want to concatenate B1 and B2. If resolved to 3, I want to concetante B1, B2, B3 etc.
Any ideas on how I may do this?
Cheers all
Been a long time lurker of the forum, but finally forced to ask for help on something
I have a column with values e.g. in B1 I have "red", B2 has "Blue", B3 has "Green" etc.
In another cell I have a randbetween function e.g. C1 = randbetween(1,N)
I want to concatenate from cell B1 down to the row number randbetween function gives me. ie let C1=n, then I need to concatenate B1, B2, B3,...Bn
e.g If randbetween resolved to 2, I want to concatenate B1 and B2. If resolved to 3, I want to concetante B1, B2, B3 etc.
Any ideas on how I may do this?
Cheers all