Hello,
I have a string of text in a cell that I need to separate into multiple cells, Text to Columns will work however I need a formula to do this as I don't want to have to break this out every time I refresh the data.
I don't think LEFT, RIGHT, or MID functions will work since the number of characters may vary. A2 reads: A-Frames (88), Baselines (2), Courtsides (3), Dasherboards (14), Home Plate (5), Small Home Plate (6), Other (27)
The text, parentheses, and commas will remain the same on each row in column A. However, the number next to each will vary. I need a formula in cells B2:H2 that will pull in the appropriate data as noted below.
[TABLE="class: grid, width: 1200"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[TD="align: center"]G[/TD]
[TD="align: center"]H[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD]Types and Quantity[/TD]
[TD]A-Frames[/TD]
[TD]Baselines[/TD]
[TD]Courtsides[/TD]
[TD]Dasherboards[/TD]
[TD]Home Plate[/TD]
[TD]Small Home Plate[/TD]
[TD]Other[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]A-Frames (88), Baselines (2), Courtsides (3), Dasherboards (14), Home Plate (5), Small Home Plate (6), Other (27)[/TD]
[TD]88[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]14[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]27[/TD]
[/TR]
</tbody>[/TABLE]
I have a string of text in a cell that I need to separate into multiple cells, Text to Columns will work however I need a formula to do this as I don't want to have to break this out every time I refresh the data.
I don't think LEFT, RIGHT, or MID functions will work since the number of characters may vary. A2 reads: A-Frames (88), Baselines (2), Courtsides (3), Dasherboards (14), Home Plate (5), Small Home Plate (6), Other (27)
The text, parentheses, and commas will remain the same on each row in column A. However, the number next to each will vary. I need a formula in cells B2:H2 that will pull in the appropriate data as noted below.
[TABLE="class: grid, width: 1200"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[TD="align: center"]G[/TD]
[TD="align: center"]H[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD]Types and Quantity[/TD]
[TD]A-Frames[/TD]
[TD]Baselines[/TD]
[TD]Courtsides[/TD]
[TD]Dasherboards[/TD]
[TD]Home Plate[/TD]
[TD]Small Home Plate[/TD]
[TD]Other[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]A-Frames (88), Baselines (2), Courtsides (3), Dasherboards (14), Home Plate (5), Small Home Plate (6), Other (27)[/TD]
[TD]88[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]14[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]27[/TD]
[/TR]
</tbody>[/TABLE]