About 1,637,623 results (5,161 milliseconds)

Multiple Links in One Google Sheets Cell - Google Workspace ...

https://support.google.com/a/thread/45130142/multiple-links-in-one-google-sheets-cell?hl=en
May 8, 2020 ... ... cell, and link to all three separately! Here are the specific steps ... Then select another text in the same cell and add a different link.

Split text, remove duplicates, or trim whitespace - Computer - Google ...

https://support.google.com/docs/answer/6325535?hl=en&co=GENIE.Platform%3DDesktop
Split data into columns You can split clearly defined data, like text separated by commas, into several columns with Google Sheets. For example, a column ...

How do you split a cell? - Google Docs Editors Community

https://support.google.com/docs/thread/10152381/how-do-you-split-a-cell?hl=en
Jul 18, 2019 ... That will separate text in a single cell into multiple cells based on a delimiter, very similar to Excel's "Text to Columns" feature. You ...

Separating the lines of data in a cell to individual rows? - Google ...

https://support.google.com/docs/thread/4839994/separating-the-lines-of-data-in-a-cell-to-individual-rows?hl=en
Apr 24, 2019 ... The formula for multiple rows would be something like. ... Your desire is to split the address line into 2 columns but deciding where to split isn ...

Is there a way to paste multiple lines of text into one cell and keep ...

https://support.google.com/docs/thread/221785335/is-there-a-way-to-paste-multiple-lines-of-text-into-one-cell-and-keep-the-formatting?hl=en
Jun 20, 2023 ... I have a source document with formatted text over multiple lines. I want to be able to select the multiline text and paste it into one cell ...

I would like to know how to delete letters from a column of cells ...

https://support.google.com/docs/thread/118001572/i-would-like-to-know-how-to-delete-letters-from-a-column-of-cells-without-moving-the-numbers?hl=en
Jul 21, 2021 ... ... into different cell, it makes my functions not work. Details. Sheets ... cell E10 is converted to text using the text function. In the ...

Can you enter multiple data in one cell and parse them separately ...

https://support.google.com/docs/thread/7671180/can-you-enter-multiple-data-in-one-cell-and-parse-them-separately-when-referencing-the-cell?hl=en
Jun 8, 2019 ... So is it possible to embed two different data points into a single cell and parse it in reference? ... text for a cell to cover up the formula?

Google Docs Splitting Tables Across Pages - Google Docs Editors ...

https://support.google.com/docs/thread/41933766/google-docs-splitting-tables-across-pages?hl=en
Apr 23, 2020 ... ... several of the ... That does not solve the problem because it's still creating a page break in the middle of the text in a single cell.

Why does "Split text to columns" split the text into rows for me ...

https://support.google.com/docs/thread/115619661/why-does-split-text-to-columns-split-the-text-into-rows-for-me?hl=en
Jul 1, 2021 ... When I select "Split text to columns" in a cell, I'd like it to split that text into columns, i.e. vertically. But it's been splitting the ...

Google forms results, separate checkbox answers into columns ...

https://support.google.com/docs/thread/52862255/google-forms-results-separate-checkbox-answers-into-columns?hl=en
Jun 11, 2020 ... ... text box for any species not listed. Survey respondents repeat the ... I would not move the data to Microsoft Excel since your data and ...

I want to check for text values across 3 separate columns and total ...

https://support.google.com/docs/thread/303881192/i-want-to-check-for-text-values-across-3-separate-columns-and-total-the-responses-in-another-column?hl=en
Oct 25, 2024 ... ... text value in 3 different columns while needing to add to a numerical value in another column in the same row. I used to work in Excel a ...

Is it possible to split a cell in a sheet into multiple rows - Google ...

https://support.google.com/docs/thread/220702509/is-it-possible-to-split-a-cell-in-a-sheet-into-multiple-rows?hl=en
Jun 13, 2023 ... https://workspaceupdates.googleblog.com/2022/10/split-table-cells-in-google-docs.html#:~:text=Getting%20started,columns%20you%20want%20%3E% ...

Combine phrases in multiple cells into one cell, removing duplicate ...

https://support.google.com/docs/thread/6047360/combine-phrases-in-multiple-cells-into-one-cell-removing-duplicate-phrases?hl=en
May 13, 2019 ... ... separate out and remove dupes of the textjoin cell: =join(", ",unique(transpose(split(E8,", ")))). But that didn't work because some of the ...

How do i split a cell containing (City,State,Zip) Into separate cells for ...

https://support.google.com/docs/thread/118342643/how-do-i-split-a-cell-containing-city-state-zip-into-separate-cells-for-city-state-zip-thx?hl=en
Jul 23, 2021 ... ... to a different column. Details. Sheets,Mac OS ... You can either use =SPLIT(cell_range,",") or the Data tab > "Split text to columns.

Hey! I'm looking for the way to split a cell into two cells as shown in ...

https://support.google.com/docs/thread/60404008/hey-i-m-looking-for-the-way-to-split-a-cell-into-two-cells-as-shown-in-my-post?hl=en
Jul 22, 2020 ... ... into the nested table) by putting paragraph returns above that text. ... I was hoping to recreate the table I had in mind in another ...

How to split a row into multiple rows based on the contents of a ...

https://support.google.com/docs/thread/201099683/how-to-split-a-row-into-multiple-rows-based-on-the-contents-of-a-single-cell?hl=en
Feb 8, 2023 ... I would like to split this into 16 rows - one instance for each fav color and for each year within the date range. all other cell data should also be copied to ...

Google Sheets -- Insert Multiple Images Into Multiple Cells, not just 1 ...

https://support.google.com/docs/thread/224880718/google-sheets-insert-multiple-images-into-multiple-cells-not-just-1-at-a-time?hl=en
Jul 9, 2023 ... ... another computer to continue working and all the images were gone, but the text I had started was there. (Meaning now I have to go through ...

Split comma lists from a cell into rows - Google Docs Editors ...

https://support.google.com/docs/thread/56269014/split-comma-lists-from-a-cell-into-rows?hl=en
Jun 29, 2020 ... This leads to a list with occasionally, multiple dates separated ... multiple answers as separate rows. I see that in the formula you ...

Array Formula to split cell containing multiple values into separate ...

https://support.google.com/docs/thread/195107817/array-formula-to-split-cell-containing-multiple-values-into-separate-rows?hl=en
Dec 30, 2022 ... To create a filter that automatically updates I had to create a 'helper' column (H) in Sheet 2 using LEN to count text string of the Student ...

Reference cell data from another Google spreadsheet (not a ...

https://support.google.com/docs/thread/8274394/reference-cell-data-from-another-google-spreadsheet-not-a-different-tabbed-sheet?hl=en
Jun 18, 2019 ... I've got a budget spreadsheet (doc1) and trying to pull in the total of our airline costs (doc2). This used to work when they were both sheets in a single ...