About 1,991,968 results (3,006 milliseconds)

Change Case - Chrome Web Store

https://chromewebstore.google.com/detail/change-case/lpakoahdokkkonadfppfgmednkknpgbm
... text editors like TinyMCE). Included methods like correct grammatically title case, sentence case, upper case or lower case with addition of methods for ...

Can't change case in google sheets Format->Text menu ...

https://support.google.com/docs/thread/237941540/can-t-change-case-in-google-sheets-format-text-menu?hl=en
Oct 5, 2023 ... I have a bunch of cells in a google spreadsheet and I'd like to change the case of the text in these cells to lower case.

Please can we have a "Change case" option in Sheets. - Google ...

https://support.google.com/docs/thread/17111792/please-can-we-have-a-change-case-option-in-sheets?hl=en
Oct 18, 2019 ... Users need a "Change case" function in Sheets to be able to, for example, capitalise the first letter of each text entry in a selected range of cells.

I want the first letter of each word I type to be automatically ...

https://support.google.com/docs/thread/44410263/i-want-the-first-letter-of-each-word-i-type-to-be-automatically-capitalized-in-google-sheets?hl=en
May 4, 2020 ... Any text entered in column A will be converted in Column B. You could, if you wanted, Copy> Paste Special > Values Only of the Proper version of ...

Set up conditional formatting that is also case sensitive - Google ...

https://support.google.com/docs/thread/225325361/set-up-conditional-formatting-that-is-also-case-sensitive?hl=en
Jul 13, 2023 ... Hi there, I'm new to googlesheets and excel, been trying to teach myself with this project. ... Can I take it to mean use UPPER to convert any ...

ChangeCase - Google Workspace Marketplace

https://workspace.google.com/marketplace/app/changecase/387407688030
Make changes to the case of text in block selections: uppercase, lowercase, first letter capitals, invert, sentence and title case.

PROPER - Google Docs Editors Help

https://support.google.com/docs/answer/3094133?hl=en
... correct tool to use for paragraphs or other blocks of text. PROPER will convert all characters not at the beginning of words to lowercase, which may cause ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Formats a STRING as proper case, which means that the first character in each word is uppercase and all other characters are lowercase. INSTR, Finds the ...

Change how paragraphs & fonts look - Computer - Google Docs ...

https://support.google.com/docs/answer/1663349?hl=en&co=GENIE.Platform%3DDesktop
You can use the buttons in the toolbar at the top of a document to: Edit and format the text and paragraph spacing; Change the font and background color ...

UPPER function - Google Docs Editors Help

https://support.google.com/docs/answer/3094219?hl=en
Converts a specified string to uppercase. Sample Usage UPPER("lorem ipsum") UPPER(A2) Syntax UPPER(text) text - The string to convert to uppercase.

Separating cell by Title Case and UPPERCASE? - Google Docs ...

https://support.google.com/docs/thread/44362823/separating-cell-by-title-case-and-uppercase?hl=en
May 4, 2020 ... From within the file: Click the Share button in the upper right corner (or File > Share); Select "Get shareable link"; Change "Anyone with the ...

How to make text upper case? - Google Docs Editors Community

https://support.google.com/docs/thread/204364462/how-to-make-text-upper-case?hl=en
Mar 2, 2023 ... Paste the code in Extensions > Apps Script, completely replacing the placeholder code there. Then save and close the script editor.

Automatically change all text in certain cells to uppercase - Google ...

https://support.google.com/docs/thread/193162823/automatically-change-all-text-in-certain-cells-to-uppercase?hl=en
Dec 16, 2022 ... Automatically change all text in certain cells to uppercase. I have a ... why not use data validation to restrict only UPPER CASE. other ...

How to restrict from imputing lower letters? Input only upper letters ...

https://support.google.com/docs/thread/98087100/how-to-restrict-from-imputing-lower-letters-input-only-upper-letters?hl=en
Feb 14, 2021 ... ... upper case letters? If otherwise, then reject. Maybe there is a way to format cells that it would automatically change to upper letters?

Function: Capitalize. I want to use a keyboard shortcut to Capitalize ...

https://support.google.com/docs/thread/90843522/function-capitalize-i-want-to-use-a-keyboard-shortcut-to-capitalize-the-current-word?hl=en
Dec 28, 2020 ... ... case where there's a specific word incorrectly capitalized -- but that's a rare case. More typically I have a bunch of text that's all ...

Unique Function but case insensitive - Google Docs Editors ...

https://support.google.com/docs/thread/101448252/unique-function-but-case-insensitive?hl=en
Mar 9, 2021 ... Hi, you could use a PROPER function inside the formula (UPPER or LOWER would work too):. =SORT(UNIQUE(PROPER(B2:C106))). Community Manager ...

BBEdit 12 columns

https://groups.google.com/g/bbedit/c/2UHBnpfveJ0
You can use Markup->Utilities->Translate HTML to Text… to strip out ... If that file were really in correct Excel CSV format you could do the following.

How to add Uppercase formatting to a DATE formatted cell, without ...

https://support.google.com/docs/thread/149206492/how-to-add-uppercase-formatting-to-a-date-formatted-cell-without-changing-the-format-to-text?hl=en
Feb 3, 2022 ... How to add Uppercase formatting to a DATE formatted cell, without changing the format to TEXT ... upper case; maybe someone else does. For ...

How do I use Find & Replace to change a lowercase character to an ...

https://support.google.com/docs/thread/191932410/how-do-i-use-find-replace-to-change-a-lowercase-character-to-an-uppercase-in-a-google-sheets?hl=en
Dec 8, 2022 ... This means capture all words [A-Z][a-z] in group 1 and replace group 1 with a lower case transformation. This works in a regex tester but it ...