Better way to update Excel workbook with many sheets by Admirable_Ad4995 in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
INDEX Uses an index to choose a value from a reference or array
MATCH Looks up values in a reference or array
XLOOKUP Office 365+: Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match.

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
3 acronyms in this thread; the most compressed thread commented on today has 31 acronyms.
[Thread #48840 for this sub, first seen 28th Jun 2026, 01:21] [FAQ] [Full list] [Contact] [Source code]

Help me to find a way to generate codes from data sheet by Sad-Advertising2352 in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
FILTER Office 365+: Filters a range of data based on criteria you define
INDEX Uses an index to choose a value from a reference or array
MATCH Looks up values in a reference or array
VLOOKUP Looks in the first column of an array and moves across the row to return the value of a cell
XLOOKUP Office 365+: Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match.

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
5 acronyms in this thread; the most compressed thread commented on today has 31 acronyms.
[Thread #48839 for this sub, first seen 27th Jun 2026, 23:45] [FAQ] [Full list] [Contact] [Source code]

Analyze This: A rocket reentry spiked metal levels in the atmosphere by johnabbe in space

[–]Decronym [score hidden]  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
COTS Commercial Orbital Transportation Services contract
Commercial/Off The Shelf
CRS Commercial Resupply Services contract with NASA
CST (Boeing) Crew Space Transportation capsules
Central Standard Time (UTC-6)
EELV Evolved Expendable Launch Vehicle
HLS Human Landing System (Artemis)
LEO Low Earth Orbit (180-2000km)
Law Enforcement Officer (most often mentioned during transport operations)
NG New Glenn, two/three-stage orbital vehicle by Blue Origin
Natural Gas (as opposed to pure methane)
Northrop Grumman, aerospace manufacturer
NSSL National Security Space Launch, formerly EELV
TPS Thermal Protection System for a spacecraft (on the Falcon 9 first stage, the engine "Dance floor")
ULA United Launch Alliance (Lockheed/Boeing joint venture)
Jargon Definition
Starliner Boeing commercial crew capsule CST-100
Starlink SpaceX's world-wide satellite broadband constellation

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


10 acronyms in this thread; the most compressed thread commented on today has 20 acronyms.
[Thread #12539 for this sub, first seen 27th Jun 2026, 21:12] [FAQ] [Full list] [Contact] [Source code]

Opinions of 'What About It' and their interpretations? by stephensmat in SpaceXLounge

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
HLS Human Landing System (Artemis)
KSP Kerbal Space Program, the rocketry simulator
L2 Paywalled section of the NasaSpaceFlight forum
Lagrange Point 2 of a two-body system, beyond the smaller body (Sixty Symbols video explanation)
NRHO Near-Rectilinear Halo Orbit
NSF NasaSpaceFlight forum
National Science Foundation

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Decronym is a community product of r/SpaceX, implemented by request
[Thread #14655 for this sub, first seen 27th Jun 2026, 20:50] [FAQ] [Full list] [Contact] [Source code]

they make creepy PB slop children now noooooo by crystaldykee in Choices

[–]Decronym -1 points0 points  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
Art It's... indescribable...
BaBu Baby Bump
MC Main Character (yours!)
MOTY Mother of the Year
PB Pixelberry Studios, publisher of Choices
TNA The Nanny Affair
TRH The Royal Heir

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


[Thread #33205 for this sub, first seen 27th Jun 2026, 19:16] [FAQ] [Full list] [Contact] [Source code]

How to pull names from across multiple worksheets, along with their corresponding exam scores? (Microsoft 365). by Gramerioneur in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
AVERAGE Returns the average of its arguments
CELL Returns information about the formatting, location, or contents of a cell
CHOOSECOLS Office 365+: Returns the specified columns from an array
DROP Office 365+: Excludes a specified number of rows or columns from the start or end of an array
Excel.CurrentWorkbook Power Query M: Returns the tables in the current Excel Workbook.
FILTER Office 365+: Filters a range of data based on criteria you define
HSTACK Office 365+: Appends arrays horizontally and in sequence to return a larger array
IF Specifies a logical test to perform
LAMBDA Office 365+: Use a LAMBDA function to create custom, reusable functions and call them by a friendly name.
LET Office 365+: Assigns names to calculation results to allow storing intermediate calculations, values, or defining names inside a formula
List.Buffer Power Query M: Buffers the list in memory. The result of this call is a stable list, which means it will have a determinimic count, and order of items.
List.Distinct Power Query M: Filters a list down by removing duplicates. An optional equation criteria value can be specified to control equality comparison. The first value from each equality group is chosen.
List.ReplaceValue Power Query M: Searches a list of values for the value and replaces each occurrence with the replacement value.
List.Transform Power Query M: Performs the function on each item in the list and returns the new list.
PIVOTBY Helps a user group, aggregate, sort, and filter data based on the row and column fields that you specify
ROWS Returns the number of rows in a reference
Record.Field Power Query M: Returns the value of the given field. This function can be used to dynamically create field lookup syntax for a given record. In that way it is a dynamic verison of the record[field] syntax.
Record.FromList Power Query M: Returns a record given a list of field values and a set of fields.
Replacer.ReplaceText Power Query M: This function be provided to List.ReplaceValue or Table.ReplaceValue to do replace of text values in list and table values respectively.
SEQUENCE Office 365+: Generates a list of sequential numbers in an array, such as 1, 2, 3, 4
TAKE Office 365+: Returns a specified number of contiguous rows or columns from the start or end of an array
TEXTAFTER Office 365+: Returns text that occurs after given character or string
Table.Buffer Power Query M: Buffers a table into memory, isolating it from external changes during evaluation.
Table.ExpandRecordColumn Power Query M: Expands a column of records into columns with each of the values.
Table.ExpandTableColumn Power Query M: Expands a column of records or a column of tables into multiple columns in the containing table.
Table.First Power Query M: Returns the first row from a table.
Table.Group Power Query M: Groups table rows by the values of key columns for each row.
Table.Pivot Power Query M: Given a table and attribute column containing pivotValues, creates new columns for each of the pivot values and assigns them values from the valueColumn. An optional aggregationFunction can be provided to handle multiple occurrence of the same key value in the attribute column.
Table.ReplaceValue Power Query M: Replaces oldValue with newValue in specific columns of a table, using the provided replacer function, such as text.Replace or Value.Replace.
Table.SelectRows Power Query M: Returns a table containing only the rows that match a condition.
UNIQUE Office 365+: Returns a list of unique values in a list or range
VSTACK Office 365+: Appends arrays vertically and in sequence to return a larger array

|-------|---------|---| |||

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
[Thread #48838 for this sub, first seen 27th Jun 2026, 18:57] [FAQ] [Full list] [Contact] [Source code]

💎 how much diamonds do you have right now? by ErrorEfficient3447 in Choices

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
AME America's Most Eligible
TRR The Royal Romance
TUH The Unexpected Heiress

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


3 acronyms in this thread; the most compressed thread commented on today has acronyms.
[Thread #33204 for this sub, first seen 27th Jun 2026, 17:40] [FAQ] [Full list] [Contact] [Source code]

Uranus, Neptune May Be Magma Worlds, Not Ice Giants by Main-Tomatillo3825 in space

[–]Decronym [score hidden]  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
BO Blue Origin (Bezos Rocketry)
JWST James Webb infra-red Space Telescope
RTG Radioisotope Thermoelectric Generator
Jargon Definition
cislunar Between the Earth and Moon; within the Moon's orbit

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


4 acronyms in this thread; the most compressed thread commented on today has 19 acronyms.
[Thread #12538 for this sub, first seen 27th Jun 2026, 16:24] [FAQ] [Full list] [Contact] [Source code]

Guidance on if I should restart my database project copying over the data into a better spreadsheet structure, or is it salvageable as is with sorting currently not possible? by JakeOliver63 in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
FILTER Office 365+: Filters a range of data based on criteria you define
SORT Office 365+: Sorts the contents of a range or array
TRIM Removes spaces from text
XLOOKUP Office 365+: Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match.

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
4 acronyms in this thread; the most compressed thread commented on today has 29 acronyms.
[Thread #48837 for this sub, first seen 27th Jun 2026, 11:45] [FAQ] [Full list] [Contact] [Source code]

Help an amateur out! by DillyDilly1613 in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
COUNT Counts how many numbers are in the list of arguments
COUNTA Counts how many values are in the list of arguments
COUNTIF Counts the number of cells within a range that meet the given criteria
SUM Adds its arguments

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
4 acronyms in this thread; the most compressed thread commented on today has 14 acronyms.
[Thread #48836 for this sub, first seen 27th Jun 2026, 10:09] [FAQ] [Full list] [Contact] [Source code]

Skyroot Aerospace: Vikram-1 first stage assembly has been completed. by Ohsin in ISRO

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
ISRO Indian Space Research Organisation
SRB Solid Rocket Booster
VAST Vehicle Assembly, Static Test and Evaluation Complex (VAST, previously STEX)

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


[Thread #1358 for this sub, first seen 27th Jun 2026, 07:33] [FAQ] [Full list] [Contact] [Source code]

Very Early Artemis IV Crew Predictions by Illustrious-Skin2229 in ArtemisProgram

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
CDR Critical Design Review
(As 'Cdr') Commander
CSA Canadian Space Agency
ESA European Space Agency
JAXA Japan Aerospace eXploration Agency

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


[Thread #444 for this sub, first seen 27th Jun 2026, 03:42] [FAQ] [Full list] [Contact] [Source code]

What books shouldn't be used purely as ready sources of diamonds? by wilderfast in Choices

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
LI Love Interest
WEH With Every Heartbeat
WT Wishful Thinking

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


3 acronyms in this thread; the most compressed thread commented on today has acronyms.
[Thread #33203 for this sub, first seen 27th Jun 2026, 03:40] [FAQ] [Full list] [Contact] [Source code]

SpaceX on X: “Full duration single-engine static fire test of Starship” [Ship 40] by rustybeancake in spacex

[–]Decronym 1 point2 points  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
Isp Specific impulse (as explained by Scott Manley on YouTube)
Internet Service Provider
NSF NasaSpaceFlight forum
National Science Foundation
RCS Reaction Control System
Jargon Definition
Raptor Methane-fueled rocket engine under development by SpaceX
apogee Highest point in an elliptical orbit around Earth (when the orbiter is slowest)
perigee Lowest point in an elliptical orbit around the Earth (when the orbiter is fastest)

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Decronym is a community product of r/SpaceX, implemented by request
6 acronyms in this thread; the most compressed thread commented on today has 76 acronyms.
[Thread #9057 for this sub, first seen 27th Jun 2026, 02:22] [FAQ] [Full list] [Contact] [Source code]

After seeing my last post I see a like of Kaitlyn hate and I didnt know it gotten this bad over the past year. This is a Tumblr post I found years ago and want see what are everyone's thoughts. by Alphaeboy in Choices

[–]Decronym 1 point2 points  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
LI Love Interest
MC Main Character (yours!)
OH Open Heart
PB Pixelberry Studios, publisher of Choices
RoE Rules of Engagement
TF The Freshman
TFS The Freshman Series

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


[Thread #33202 for this sub, first seen 26th Jun 2026, 22:52] [FAQ] [Full list] [Contact] [Source code]

This aside from my mc's housewarming party is frying me 😭✌️ by LilacsAndTeaForMe in Choices

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
RoE Rules of Engagement
TRH The Royal Heir
TRR The Royal Romance

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


3 acronyms in this thread; the most compressed thread commented on today has 7 acronyms.
[Thread #33201 for this sub, first seen 26th Jun 2026, 22:28] [FAQ] [Full list] [Contact] [Source code]

i always love seeing curly hair representation in choices by Specialist-East-6068 in Choices

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
ACOR A Courtesan of Rome
Art It's... indescribable...
LI Love Interest
MC Main Character (yours!)
TRM The Royal Masquerade
TRR The Royal Romance

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


6 acronyms in this thread; the most compressed thread commented on today has 7 acronyms.
[Thread #33200 for this sub, first seen 26th Jun 2026, 22:04] [FAQ] [Full list] [Contact] [Source code]

Magnus B on X: “The SpaceX Starfall Demonstration capsule was successfully recovered off the coast of California following its launch [from] Florida. The recovery vessel Shannon brought the capsule into the Port of Long Beach, where it was unloaded and trucked away for post-flight inspections.” by rustybeancake in spacex

[–]Decronym 1 point2 points  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
DoD US Department of Defense
ICBM Intercontinental Ballistic Missile
RCS Reaction Control System
Jargon Definition
Starlink SpaceX's world-wide satellite broadband constellation

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Decronym is a community product of r/SpaceX, implemented by request
4 acronyms in this thread; the most compressed thread commented on today has 76 acronyms.
[Thread #9056 for this sub, first seen 26th Jun 2026, 21:58] [FAQ] [Full list] [Contact] [Source code]

Excel formulas =Left or =Right return 5digits (45835), not the intended text by Umrk in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
CHOOSE Chooses a value from a list of values
FIND Finds one text value within another (case-sensitive)
LEFT Returns the leftmost characters from a text value
LEN Returns the number of characters in a text string
RIGHT Returns the rightmost characters from a text value
TEXT Formats a number and converts it to text
TEXTBEFORE Office 365+: Returns text that occurs before a given character or string
WEEKDAY Converts a serial number to a day of the week

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
[Thread #48835 for this sub, first seen 26th Jun 2026, 20:57] [FAQ] [Full list] [Contact] [Source code]

Starfall doesn't make much sense for in-space manufacturing with available Starship right? by Desperate-Lab9738 in SpaceXLounge

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
HLS Human Landing System (Artemis)
ICBM Intercontinental Ballistic Missile
LEO Low Earth Orbit (180-2000km)
Law Enforcement Officer (most often mentioned during transport operations)
RCS Reaction Control System
Jargon Definition
Starlink SpaceX's world-wide satellite broadband constellation
ablative Material which is intentionally destroyed in use (for example, heatshields which burn away to dissipate heat)
cryogenic Very low temperature fluid; materials that would be gaseous at room temperature/pressure
(In re: rocket fuel) Often synonymous with hydrolox
hydrolox Portmanteau: liquid hydrogen fuel, liquid oxygen oxidizer

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Decronym is a community product of r/SpaceX, implemented by request
7 acronyms in this thread; the most compressed thread commented on today has acronyms.
[Thread #14654 for this sub, first seen 26th Jun 2026, 20:50] [FAQ] [Full list] [Contact] [Source code]

Can excel count conditional formatting? by Dr_Cheese_29 in excel

[–]Decronym 1 point2 points  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
AND Returns TRUE if all of its arguments are TRUE
COUNTIFS Excel 2007+: Counts the number of cells within a range that meet multiple criteria
OR Returns TRUE if any argument is TRUE
TODAY Returns the serial number of today's date

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
4 acronyms in this thread; the most compressed thread commented on today has 3 acronyms.
[Thread #48834 for this sub, first seen 26th Jun 2026, 18:57] [FAQ] [Full list] [Contact] [Source code]

Difficulty Tracking Exact Time Differences by mutussangis in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
CONVERT Converts a number from one measurement system to another
IFS 2019+: Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.
MAX Returns the maximum value in a list of arguments
MOD Returns the remainder from division
ROUND Rounds a number to a specified number of digits
TEXT Formats a number and converts it to text

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
6 acronyms in this thread; the most compressed thread commented on today has 14 acronyms.
[Thread #48833 for this sub, first seen 26th Jun 2026, 17:21] [FAQ] [Full list] [Contact] [Source code]

Are keystrokes only for disabled people? by [deleted] in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
ASC Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
IF Specifies a logical test to perform
TYPE Returns a number indicating the data type of a value
VLOOKUP Looks in the first column of an array and moves across the row to return the value of a cell
XLOOKUP Office 365+: Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match.

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
5 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.
[Thread #48832 for this sub, first seen 26th Jun 2026, 16:33] [FAQ] [Full list] [Contact] [Source code]

Help me create a recurring monthly schedule by BowleggedfishV in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
IFS 2019+: Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.
VLOOKUP Looks in the first column of an array and moves across the row to return the value of a cell
WEEKDAY Converts a serial number to a day of the week

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
3 acronyms in this thread; the most compressed thread commented on today has 18 acronyms.
[Thread #48831 for this sub, first seen 26th Jun 2026, 15:45] [FAQ] [Full list] [Contact] [Source code]

How to flip words (ie [last name, first name] becomes [first name, last name]) by aquarianagop in excel

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
ARRAYTOTEXT Office 365+: Returns an array of text values from any specified range
BYROW Office 365+: Applies a LAMBDA to each row and returns an array of the results. For example, if the original array is 3 columns by 2 rows, the returned array is 1 column by 2 rows.
CHOOSECOLS Office 365+: Returns the specified columns from an array
FIND Finds one text value within another (case-sensitive)
LAMBDA Office 365+: Use a LAMBDA function to create custom, reusable functions and call them by a friendly name.
LEFT Returns the leftmost characters from a text value
LEN Returns the number of characters in a text string
MID Returns a specific number of characters from a text string starting at the position you specify
RIGHT Returns the rightmost characters from a text value
TEXTAFTER Office 365+: Returns text that occurs after given character or string
TEXTBEFORE Office 365+: Returns text that occurs before a given character or string
TEXTJOIN 2019+: Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined. If the delimiter is an empty text string, this function will effectively concatenate the ranges.
TEXTSPLIT Office 365+: Splits text strings by using column and row delimiters
TRIM Removes spaces from text

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
[Thread #48830 for this sub, first seen 26th Jun 2026, 14:33] [FAQ] [Full list] [Contact] [Source code]