Hi all!
I have a range of values in column B (starting from row 3, the length cannot be determined) and number which indicates how many times the value should be repeated in column C. I need to somehow convert it to a single column like in column F. Is it possible to achieve it with formula that will not cause my laptop to explode?
I have a range of values in column B (starting from row 3, the length cannot be determined) and number which indicates how many times the value should be repeated in column C. I need to somehow convert it to a single column like in column F. Is it possible to achieve it with formula that will not cause my laptop to explode?
Book1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | ||||||||||
2 | List | Repeat | Result | |||||||
3 | Value1 | 2 | Value1 | |||||||
4 | Value2 | 3 | Value1 | |||||||
5 | Value3 | 1 | Value2 | |||||||
6 | Value4 | 5 | Value2 | |||||||
7 | Value5 | 0 | Value2 | |||||||
8 | Value6 | 2 | Value3 | |||||||
9 | Value4 | |||||||||
10 | Value4 | |||||||||
11 | Value4 | |||||||||
12 | Value4 | |||||||||
13 | Value4 | |||||||||
14 | Value6 | |||||||||
15 | Value6 | |||||||||
16 | ||||||||||
17 | ||||||||||
Sheet1 |