Ok. So I am trying to take a paragraph from the first row of the first column of my table, use the split formula to split the paragraph into individual sentences, and then display those sentences in their own individual rows in another column. But I am having trouble referencing the correct data. I need to be referencing only one row in one column (that one paragraph) but my formulas are only referencing their own rows, which are blank because I wrote the paragraph in only the top row. Here is a pic:
I wrote something in the second row of âParagraph plotâ to show how it is taking the data from that row, rather than the first row the way I want it to. I know that everything would work fine if I had a way of automatically copying that first paragraph into all the following rows of âParagraph Plotâ, so that all the formulas are referencing that same paragraph, rather than referencing a blank row. I donât know how to do that, though, or if that is the best solution to my problem.
What are the current formula in the âSentence splitâ and âSentencesâ columns? I think I know what you want to do and it may involve creating an additional âIDâ column so that you can always reference the first row in the table.
I donât think thereâs a way to reference an individual row right now due to the way table formulas work . The only way I can see this working is if you copy the text in âParagraph Plotâ to all the rows in your table. Then in the Sentences column, you have the formula =[Sentence Split].nth(ID) which is similar to the formula you currently have:
Good to know. What I ended up doing is writing the paragraph in its own one celled table, and then having the âparagraph plotâ just = that one celled table, to automatically copy it.