Flux rss

Spreadsheet - Text Operators

Concatenation Operator

Spreadsheets generally use an oeprator, called a concatenation operator , that allows two text values to be added together. The concatenation operator, written as &, is used as follows:

Concatenation operator

In the above example, the cell value B15 ("Total TTC") is automatically calculated by concatenating the value of cell B13 (whose absolute reference is written $B$13), a chain made of a space " ", and the value of cell E5 (whose absolute reference is written $E$5), thanks to the following formula:

=$B$13 & " " & $E$5


Last update on Thursday October 16, 2008 02:43:17 PM.
This document entitled « Spreadsheet - Text Operators » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Spreadsheets - Conditional expressions Conditional structures are instructions that allow to test if a condition is true or not. Conditional structures may be associated together. To successfully execute these tests using logical functions, spreadsheets offer operators that compare... en.kioskea.net/tableur/tabcond.php3
Macro help - search for text in Excel Hello, I've been trying to wrap my head around how to do this but haven't had any luck -- I want to search for text in excel in a spreadsheet of 4000 entries...so it'll save a ton of time. Here's the situation I want solved. I have... en.kioskea.net/forum/affich-19906-macro-help-search-for-text-in-excel
Spreadsheet - Expressions Expressions allow the spreadsheets to perform simple calculations using values from many cells. There are generally many types of expressions: Arithmetic expressions Conditional expressions Text en.kioskea.net/tableur/tabexpr.php3
How to remove Hyperlink on copied text from website?How to remove Hyperlink on copied text from website? When copying information on website, obviously the hyperlink from the text will also appear on the edited text. To remove the hyperlink from the text, you need to right on the designated... en.kioskea.net/faq/sujet-320-how-to-remove-hyperlink-on-copied-text-from-website
Writing in batch in text fileWriting in batch in text file To write in a file text, you just have to use a redirect “>”: echo text > output_file.txt To write in an existing file: echo " Writing at the end of the file ">> output_file.txt en.kioskea.net/faq/sujet-1050-writing-in-batch-in-text-file
[ExcelStorage name and path of a spreadsheet[ExcelStorage name and path of a spreadsheet The tip below will show you how to automatically show the storage path and the name of any spreadsheet Enter in a cell (E.g cellA1) the following formula: =cell("filename", A1) Upon... en.kioskea.net/faq/sujet-1152-excelstorage-name-and-path-of-a-spreadsheet
Excel Macro HelpHello, I am trying to create a macro within Excel 2003, which will extract data from a Text document into an Excel spreadsheet and sort the data as required. This is made slightly more difficult by the inconsistency in the data which is explained... en.kioskea.net/forum/affich-30377-excel-macro-help
Conditional formattingHello, i am making a spreadsheet in this i want to fill a row with a red color if a cell cantain a text "YES" Please tell me what i have to do PLEASE GIVE ME ANSWER AS EARLY AS POSSIBLE Thank You, Vaibhav en.kioskea.net/forum/affich-30947-conditional-formatting
Batch file for one current date in text fileHello, I need a batch file to get the current date and time of my computer and put it in a text file every time I run it.But I need the most current date&time to replace the previous within the same text file, so that my file can have only one record,... en.kioskea.net/forum/affich-16514-batch-file-for-one-current-date-in-text-file
Download Greek textboxIf you are a supporter of the Greek language and that you are fed up there to use "Greeklish" that is use latin alphabet to write words in Greek. Greek textbox is an extension Firefox which quickly converts your words in "Greeklish" in true Greek. It... en.kioskea.net/telecharger/telecharger-710-greek-textbox
Download TextractorAlthough the paper pounds have in their lives in front of them, it has the nevertheless version of electronics. Scanner their pound is a thing, but to be able to change it as a document Word is other one. TEXTRACTOR is OCR (Optical Character... en.kioskea.net/telecharger/telecharger-1047-textractor
Download Secrets The Anti-Snoop Text EditorAs the name indicates are Secrets The Anti-Snoop Text Editor is a text editor designed to protect confidential notes. It supports multiple formats text and can encrypt or analyzes texts. The program can substitute for an agenda. The software is... en.kioskea.net/telecharger/telecharger-1570-secrets-the-anti-snoop-text-editor
EU preparing to cap text message pricesA woman reads a text message on her mobile phone. The European Commission is preparing plans that could result in mobile phone users paying less to send cross-border text messages. The European Commission is fed-up that operators have ignored its... en.kioskea.net/actualites/eu-preparing-to-cap-text-message-prices-10540-actualite.php3
Pope to give new meaning to religious textPope Benedict XVI, seen here on May 3, will give a new meaning to the term religious text by sending "inspirational messages" to mobile phones during Catholic World Youth day in Australia, according to organisers. Pope Benedict XVI will give a new... en.kioskea.net/actualites/pope-to-give-new-meaning-to-religious-text-10349-actualite.php3
Loans by text message send young Swedes spiralling into debtA Swedish mother is seen walking with her baby in central Stockholm, while checking her mobile phone. A new, SMS lending system has enabled people to borrow cash in no time flat. Fire off a simple text message, wait 15 minutes and presto, 300 euros... en.kioskea.net/actualites/loans-by-text-message-send-young-swedes-spiralling-into-debt-10197-actualite.php3
E-Business - Electronic document management (EDM) EDM (Electronic Document Management or Electronic Content Management, ECM) covers the use of computerized means for the entire management of an electronic document (text file, spreadsheet, image, video, audio file, etc.). The goal of EDM is to suceed... en.kioskea.net/entreprise/ged.php3
Spreadsheets - Cell Selection Spreadsheets are powerful tools for working with data. However, to work with data, it is necessary to have tools to rapidly choose the required cells. An entire line can be chosen by clicking directly on the line header: It is also possible to choose... en.kioskea.net/tableur/tabcellselect-1.php3
Spreadsheet - Arithmetic expressions Arithmetic expressions are simple expressions built with arithmetic operators and constants or references to cells. Operands are the values upon which the operator acts. There are two types of arithmetic operators: Unary operators that act upon just... en.kioskea.net/tableur/tabarithm.php3