About 1,596,961 results (1,141 milliseconds)

REGEXEXTRACT For Multiple Number Sets - Google Docs Editors ...

https://support.google.com/docs/thread/246349211/regexextract-for-multiple-number-sets?hl=en
Nov 30, 2023 ... For example, will your strings always have four numbers, of which you wish to ignore the first and last? Do you wish to extract numbers that are ...

Need help extracting the last part of a URL based on preceding ...

https://support.google.com/docs/thread/110511606/need-help-extracting-the-last-part-of-a-url-based-on-preceding-character-halfway-there?hl=en
May 19, 2021 ... I am using this formula to extract the string of numbers and letters that appear after the last "-" in a URL =TRIM(RIGHT(SUBSTITUTE(A3,"-",REPT(" ",255)),255))

How do I extract the last word/s from a cell? - Google Docs Editors ...

https://support.google.com/docs/thread/2267795/how-do-i-extract-the-last-word-s-from-a-cell?hl=en
Mar 11, 2019 ... A quick way to find first and last... =query(ArrayFormula(split(A2:A13, " - ", 0)), "Select Col1, Col4") See cell J2 in the spreadsheet you shared.

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 ... The formula I am using is extracting the first and last categories & rankings. It works when there are only two categories but some of the data has more than ...

Formula for Selecting Latest Date in a Row - Google Docs Editors ...

https://support.google.com/docs/thread/42181496/formula-for-selecting-latest-date-in-a-row?hl=en
Apr 24, 2020 ... FYI, all dates stored as the number of days since Dec 31, 1899. Today happens to be 43,945. Day zero is that Dec 31, 1899. So when the Max ...

How to Extract Unique Values within a range, returning those values ...

https://support.google.com/docs/thread/38541975/how-to-extract-unique-values-within-a-range-returning-those-values-into-a-single-cell?hl=en
Apr 8, 2020 ... How to Extract Unique Values within a range, returning those values into a single cell. I was up for hours last night trying to crack this ...

Using Filter to get last n rows - Google Docs Editors Community

https://support.google.com/docs/thread/161317157/using-filter-to-get-last-n-rows?hl=en
Apr 26, 2022 ... ... column, to the actual data range. And in descending order, to get the last row number first. In the original example, the inner query was ...

How to search and extract a single value from a comma separated ...

https://support.google.com/docs/thread/96850498/how-to-search-and-extract-a-single-value-from-a-comma-separated-string-into-another-cell?hl=en
Feb 5, 2021 ... I have a column with comma separated text values I'd like to search for and return the same value in another cell. I've tried using LOOKUP, MATCH, and various ...

Get latest value for a column based on another column (date ...

https://support.google.com/docs/thread/93650393/get-latest-value-for-a-column-based-on-another-column-date?hl=en
Jan 15, 2021 ... I want to produce a pivot table which shows a list of all clients and whether or not they have the latest version installed.

Conditional Formatting Each Cell Based On REGEXEXTRACT ...

https://support.google.com/docs/thread/192026979/conditional-formatting-each-cell-based-on-regexextract?hl=en
Dec 8, 2022 ... Most of these use this formula: =--REGEXEXTRACT(A1, "CR(.+)$")=0. with just the last value being changed to match your scaling. (<5, <10, etc ...

Is it possible that when you open a sheet it starts at the bottom where ...

https://support.google.com/docs/thread/6202701/is-it-possible-that-when-you-open-a-sheet-it-starts-at-the-bottom-where-the-most-recent-data-is?hl=en
May 15, 2019 ... You can extract a link to a specific cell from Sheets and save that ... CTRL-END will take you to the last cell in the document or CTRL ...

How to get the row number of the last cell in a column that is not ...

https://support.google.com/docs/thread/16394024/how-to-get-the-row-number-of-the-last-cell-in-a-column-that-is-not-empty?hl=en
Oct 9, 2019 ... What i'm trying to do is to get the last row instead, so that the formula searches the sheet from bottom to top and not from top to bottom. So it displays 20 ...

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

https://support.google.com/docs/answer/13524011?hl=en
Jan 25, 2023 ... On your computer, open a spreadsheet in Google Sheets. Select a cell with a single chip or a range of cells that each contain a chip. Choose an ...

Pulling Data if It Meets a Certain Date from the Time Stamp - Google ...

https://support.google.com/docs/thread/63036999/pulling-data-if-it-meets-a-certain-date-from-the-time-stamp?hl=en
Aug 5, 2020 ... ... value from the bolded cell. THIS solution would work if I could figure out how to have that last column to be the D column from the result ...

Extract "Month" from date - Google Docs Editors Community

https://support.google.com/docs/thread/12966302/extract-month-from-date?hl=en
Aug 27, 2019 ... It would need the full date though, not just the month. Last edited Aug 27, 2019 ... Therefore you can not format a cell that as a number in it as ...

Cell Last Modified - Google Docs Editors Community

https://support.google.com/docs/thread/201341916/cell-last-modified?hl=en
Feb 10, 2023 ... Hi Ron,. The concept your describe is a timestamp. You cannot get a permanent timestamp with a spreadsheet formula, ...

How to automatically capture data from a cell at regular time ...

https://support.google.com/docs/thread/5686718/how-to-automatically-capture-data-from-a-cell-at-regular-time-intervals?hl=en
May 7, 2019 ... I have a cell that shows some data that is constantly changing, and I would like to have a separate table that keeps a record of what the value from this cell ...

Use regexextract to extract all numbers in a string that follows a ...

https://support.google.com/docs/thread/57883084/use-regexextract-to-extract-all-numbers-in-a-string-that-follows-a-specific-word?hl=en
Jul 8, 2020 ... I am using Zapier to automatically paste in the email body content into the cell of the spreadsheet daily after it is received. I then ...

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 ... The regexextract function extracts parts of cells that match the specified characteristics. Since the function acts only on text (not numbers) ...