Google Spreadsheet Post #2494
Yogi Anand, D.Eng, P.E. ANAND Enterprises LLC -- Rochester Hills MI Aug-22-2018
question by: runners4wellness
https://productforums.google.com/forum/#!topic/docs/FXH4RSRkC7Y;context-place=mydiscussions
How can I parse cell data across multiple rows of data and display only the parsed values?
I am working on variable replacement functionality and attempting to pluck out the data within braces (ie. {variable data} ). The Green table data is the source of what I'm trying to split and transpose, which I'm able to do for B2 ONLY. For some reason, I'm not able to split out anything beyond B2. I'm guessing that I need an ArrayFormula correctly in my below QUERY formula, but unable to get this to work correctly.
Does anyone have any insights or able to lend a hand? Thanks, in advance!
The instructions are below, but here is a helper spreadsheet that I created for this thread.
The range for the data under Template is RaceRosterAddlDetails:B1:B
I am expecting the yellow highlighted text above to be displayed below, as well. The formula that I'm using below is attempting to pull in the yellow highlighted text (without the open and closed braces "}".
=QUERY({TRANSPOSE(SPLIT(RaceRo sterAddlDetails!$B$2:$B,"\{(.* )\}"))},"select Col1 where Col1 contains ':'",0)
My expected results would include the highlighted value from the above Template data, but it doesn't currently. The sheet where this is located should not impact the query that I'm trying to write.
SubEventData!SANTA FUN RUN:StartTime (Missing this)
No comments:
Post a Comment