About 1,187,273 results (3,096 milliseconds)

Requesting help with array formula to extract first and last name and ...

https://support.google.com/docs/thread/236672825/requesting-help-with-array-formula-to-extract-first-and-last-name-and-ignore-blank-rows?hl=en
Sep 26, 2023 ... I tried using this formula but throws a Value error message. Can someone help? Thanks! Formula: ={"First Name";ArrayFormula(SPLIT(A2:A ...

Extract First/Last Name and Domain - Google Docs Editors Community

https://support.google.com/docs/thread/55225374/extract-first-last-name-and-domain?hl=en
Jun 24, 2020 ... I needed a formula to pull the email domain from an email column and this worked well with a few edits to the fields it looks at. Thank you ...

Extract full state names from a string - Google Docs Editors Community

https://support.google.com/docs/thread/281090029/extract-full-state-names-from-a-string?hl=en
Jun 20, 2024 ... I want to extract full state names from a each cell in column A. The state names appear in different places so I am not sure how to do this efficiently.

First Name, Last Name First Letter Extract - Google Docs Editors ...

https://support.google.com/docs/thread/117881155/first-name-last-name-first-letter-extract?hl=en
Jul 20, 2021 ... You can also try the following formula (See cell E1 in your spreadsheet) ... I suspect there might be a simpler approach using regexextract ...

Need help to extract the Agent Names from a Cell to a new Cell ...

https://support.google.com/docs/thread/251046075/need-help-to-extract-the-agent-names-from-a-cell-to-a-new-cell?hl=en
Dec 30, 2023 ... ... extract the first word in each cell: =arrayformula(iferror(regexextract(B2:B, "[^A-z]+([A-z]+)"))). When the data is formatted like this: 12 ...

Possibly combine IF and Add Formula to create volunteer hour log ...

https://support.google.com/docs/thread/122007726/possibly-combine-if-and-add-formula-to-create-volunteer-hour-log-tracker?hl=en
Aug 19, 2021 ... ... first extract the first and last names from C6 and put the name in First-Last name order. To do this, in place of C6 in the above formula ...

Formula to pull first word from text string in a column

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/6mpla5aAVFU
Jan 8, 2009 ... ... formula you wrote above. I'm basically trying to extract three names but not always is there a second or even a third name, for example, Cher.

help with creating a formula to extract data - Google Docs Editors ...

https://support.google.com/docs/thread/229923660/help-with-creating-a-formula-to-extract-data?hl=en
Aug 11, 2023 ... ... Name and First Name). The steps that I have been doing are: 1- copy a phone number from W1S1. 2- find that phone number in W2S2. 3- copy info ...

Extract Numbers & Text From Strings With Different Formats ...

https://support.google.com/docs/thread/186339358/extract-numbers-text-from-strings-with-different-formats?hl=en
Oct 29, 2022 ... I have three formulas that I need help with. The first one is in the header name Cat. This formula extracts the first category when the category ...

How to split a full name into FIRST Name, MIDDLE Name and LAST ...

https://support.google.com/docs/thread/118184678/how-to-split-a-full-name-into-first-name-middle-name-and-last-name-in-google-sheets-using-formula?hl=en
Jul 22, 2021 ... How to split a full name into FIRST Name, MIDDLE Name and LAST Name in google sheets using formula · Extract Name · Split Name · Change Order.

Can anybody help me create a Query function to extract data from ...

https://support.google.com/docs/thread/165647873/can-anybody-help-me-create-a-query-function-to-extract-data-from-rows-to-columns-ignoring-zeros?hl=en
Jun 1, 2022 ... With the customers names in a drop-down box I want the Query function to create another table with the fruit in the rows of the first column ...

Extract "Month" from date - Google Docs Editors Community

https://support.google.com/docs/thread/12966302/extract-month-from-date?hl=en
Aug 27, 2019 ... TEXT acts in a similar way as formatting the cell as a month so it also needs the full date. That formula should be: =TEXT(A1,"MMMM"). If you ...

Vlookup based on First 3 Characters of Last Name - Google Docs ...

https://support.google.com/docs/thread/146469633/vlookup-based-on-first-3-characters-of-last-name?hl=en
Jan 18, 2022 ... I was able to use REGEXEXTRACT to pull the first two letters from a last name and to use VLOOKUP to find the assigned counselor.

Pull data results from drop down action - Google Docs Editors ...

https://support.google.com/docs/thread/2632603/pull-data-results-from-drop-down-action?hl=en
Mar 18, 2019 ... ...and I have this formula joining the first and last names in A1... =ArrayFormula(if(len(AddressBook!A2:A),AddressBook!A2:A&" "&AddressBook ...

Use Smart Fill in Sheets to automate data entry - Google Docs ...

https://support.google.com/docs/answer/9914525?hl=en
You can use Smart Fill for tasks like extracting the first name from a given ... Tip: Click a cell to see the formula used. Turn off Smart Fill. 1. On ...

Adding the MID formula to ARRAYFORMULA to extract data ...

https://support.google.com/docs/thread/102469798/adding-the-mid-formula-to-arrayformula-to-extract-data?hl=en
Mar 16, 2021 ... I have an ARRAYFORMULA in my sheet (see attached & example) From the information, I am trying to just get the names and end up with the GOAL (highlighted).

How to extract dates combined with text from one worksheet and ...

https://support.google.com/docs/thread/107074806/how-to-extract-dates-combined-with-text-from-one-worksheet-and-copy-into-another?hl=en
Apr 21, 2021 ... This allows my index and match formulas to return a price based on property name and date of stay. Can someone please help me with ...

Formula to extract City and State values from different address ...

https://support.google.com/docs/thread/199230694/formula-to-extract-city-and-state-values-from-different-address-formats?hl=en
Jan 27, 2023 ... For the State value, I imagine this might be possible by looking backwards from the end of the string to find the first two-character word, but ...

Extract data from smart chips in your Google Sheets - Google Docs ...

https://support.google.com/docs/answer/13524011?hl=en
Jan 25, 2023 ... Input this formula in B2: =A2.[file name]. Input this formula in C2: =A2.[creation time]. Input this formula in D2: =A2.[last modified time] ...

Extract specific information from a cell to multiple cells - Google ...

https://support.google.com/docs/thread/117452947/extract-specific-information-from-a-cell-to-multiple-cells?hl=en
Jul 16, 2021 ... This is an array formula that fills a whole column in one go. See the new Solution sheet in your sample spreadsheet for an illustration.