Google Sheets: Text and Numbers in One Cell

Google Sheets: Text and Numbers in One Cell

google sheets concatenate

 

Frequently I have a need to add totals to the column headers in a spreadsheet. In my budget spreadsheet, I like to have the total amount of money I’ve spent in the column header for expenses. When totalling points on assignments, I want the total at the top of the list, even though I add numbers to the bottom of the list.

Google Sheets Total in the header

 

Concatenate

The joining together of values in a spreadsheet is called “concatenate.” You do not need to learn this word, but it is a fun word to say 🙂

Ampersand

Basically, you are saying AND. You want this text AND this value. The symbol for AND is the ampersand, located on the 7 key. Use the ampersand to connect the content of cells together or to join text strings to the values in cells.
ampersand

If you want your column header to say the word “points” and the point total in the column together in the same cell then you want to join the text “points” AND the total number of points.

Assuming you are totalling the points in column D you would use the formula:

=”points “&sum(D2:D)

When writing a formula in a spreadsheet you always start with the equals sign. Any text strings must be in quotation marks. Notice the space after the s in points. You will end up with points1000 instead of points 1000 if you forget to include the space. In the formula, you are joining the word points with the formula, sum(D2:D). In between anything you are joining together you want to use the ampersand (&).

Example

Another example of using concatenate would be to take a student’s first name in one cell and join it with their last name in another cell. Remember you also want to join a text string of a space in between the first and last name. Equals first name AND a space AND last name.

=A2&” “&B2

Concatenate name

1 thought on “Google Sheets: Text and Numbers in One Cell”

Leave a Comment

© 2026 All Rights Reserved.

Get effective EdTech strategies from Alice Keeler to build a more student centered classroom. Includes unique resources and templates.

Recent Teacher Tech Blog Posts

💥 FREE OTIS WORKSHOP

Join Alice Keeler, Thursday April 28th or register to gain access to the recording.
Create a free OTIS account.

Join Alice Keeler for this session for teaching with AI

Imagine having a team of teaching assistants who already know your syllabus and exactly how you like to give feedback. Join Google Certified Innovator Alice Keeler to learn how to use Google Gems to build a powerful collection of custom AI tools. We will explore how to engineer specific instructions so you can create a Grading Assistant or a Classroom Policy Manager that works for you. You will also learn how to leverage Gems shared by other educators to instantly expand your toolkit. This session is about super-powering your teaching by automating the routine tasks so you can focus on the students.

Exit this pop up by pressing escape or clicking anywhere off the pop up.