diff --git a/README.md b/README.md index 5caf6a8..cd5dd63 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To view the completion data, open the entity card. The `_lines` property provide To extract a final answer that follows a chain of thought, you could use a formula such as: ``` -=TRIM(TEXTAFTER(VALUETOTEXT(A123), "")) +=TEXTAFTER(VALUETOTEXT(A123), "" & CHAR(10)) ``` ## File descriptions