9 Basic Google Sheets Functions You Should Know

Functions are key components of spreadsheet applications like Google Sheets. But if you seldom use them, or you’re just beginning, they can feel overwhelming. For the most basic actions you’d perform, here are several simple Google Sheets functions.

1. Add Numbers: SUM

It doesn’t get more basic when working with numbers than adding them. Using the SUM function, you can add multiple numbers, add numbers in cells, or use a combination.

The syntax for the function is SUM(value1, value2,...) with value1 required and value2 optional.

To add the numbers 10, 20, and 30, you would use the following formula:

=SUM(10,20,30)

To add the numbers in the cells A1 through A5, you would use this formula:

=SUM(A1:A5)

SUM function in Google Sheets

2. Average Numbers: AVERAGE

Maybe you need to view the average of numbers or numbers in a range of cells. The AVERAGE function has you covered.

Similar to calculating average in Excel, the syntax for the Google Sheets function is AVERAGE(value1, value2,...) with value1 required and value2 optional.

To find the average of numbers 10, 20, and 30, you would use the following formula:

=AVERAGE(10,20,30)

To find the average of the numbers in cells A1 through A5, use this formula:

=AVERAGE(A1:A5)

AVERAGE function in Google Sheets

Tip: You can also see basic calculations without formulas in Google Sheets.

3. Count Cells With Numbers: COUNT

If you’ve ever had to count cells, you’ll appreciate the COUNT function. With it, you can count how many cells in a range contain numbers.

The syntax for the function is COUNT(value1, value2,...) with value1 required and value2 optional.

To count the cells A1 through A5, you would use the following formula:

=COUNT(A1:A5)

To count the cells A1 through A5 and D1 through D5, use the following formula:

=COUNT(A1:A5,D1:D5)

COUNT function in Google Sheets

You can also count data that matches criteria using COUNTIF in Google Sheets.

4. Enter the Current Date and Time: NOW and TODAY

If you want to see the current date and time each time you open your Google Sheet, you can use the NOW or TODAY function. NOW displays the date and time whereas TODAY displays only the current date.

The syntax for each is NOW() and TODAY() with no required arguments. Simply enter one or the other of the following in your sheet to display the date and time or just the date.

NOW()
TODAY()

NOW and TODAY functions

If you want the dates to appear in a certain format, you can set the default date format in Google sheets.

5. Remove Non-Printable Characters: CLEAN

When you import data from another location into your sheet, that data can include non-printable or ASCII characters like backspaces and returns. The CLEAN function removes both visible and invisible characters.

The syntax is CLEAN(text) with the text required.

To remove the non-printable characters from the text in cell A1, you would use this formula:

=CLEAN(A1)

CLEAN function in Google Sheets

Note: Because the function removes the characters you can’t see as well as those you can, you may not notice a difference in the resulting cell.

6. Remove White Space: TRIM

Another helpful function for tidying up your sheet is the TRIM function. Just like in Microsoft Excel, this function removes the white spaces in a cell.

The syntax is TRIM(text) where text can represent a cell reference or the actual text.

To remove the white space in cell A1, you would use the following formula:

=TRIM(A1)

To remove the white space from ”   remove   extra space  ” use this formula:

=TRIM("   remove   extra space  ")

TRIM function in Google Sheets

RELATED: How to Use the TRIM Function in Microsoft Excel

7. Combine Text or Values: CONCATENATE and CONCAT

To combine strings, text, or values, you can use the CONCATENATE and CONCAT functions. The main difference between the two is that CONCATENATE offers more flexibility. For instance, you can combine words and insert spaces between them.

The syntax for each is CONCATENATE(string1, string2,...) and CONCAT(value1, value2) where all arguments except string2 are required.

To combine the values in cells A1 and B1, you can use the following formula:

=CONCATENATE(A1,B1)

To combine the words “How,” “To,” and “Geek” with spaces, you would use this formula:

=CONCATENATE("How", " ", "To", " ", "Geek")

To combine the values 3 and 5, you can use the following formula:

=CONCAT(3,5)

CONCATENATE and CONCAT functions

For more details on these two functions, take a look at our how-to for concatenating data in Google Sheets.

8. Insert an Image in a Cell: IMAGE

While Google Sheets provides a feature for inserting an image into a cell, the IMAGE function gives you extra options to resize it or set a custom height and width in pixels.

The syntax for the function is IMAGE(url, mode, height, width) with the URL required and the other arguments optional.

To insert an image with a URL as it is, you would use the following formula:

=IMAGE("https://indexofnews.com/wp-content/uploads/sites/2/2022/02/newsomatic/How-To_Geek_Logo.png")

To insert the same image resized with a custom height and width, use this formula:

=IMAGE("https://indexofnews.com/wp-content/uploads/sites/2/2022/02/newsomatic/How-To_Geek_Logo.png",4,50,200)

The 4 in this formula is the mode that allows the custom size of the image at 50 by 200 pixels.

IMAGE function in Google Sheets

Note: You cannot use SVG graphics or URLs for images in Google Drive.

For more help with how to resize images using the function, visit the Docs Editor Help page for the IMAGE function.

9. Validate an Email Address or Link: ISEMAIL and ISURL

Whether importing or entering data in Google Sheets, you may want to verify it is what it’s supposed to be. With ISEMAIL and ISURL, you can make sure the data is an email address or valid URL.

RELATED: How to Restrict Data to Email Addresses in Google Sheets

The syntax for each is ISEMAIL(value) and ISURL(value) where you can use a cell reference or text. The results of the validation display as TRUE or FALSE.

To check an email address in cell A1, you would use the following formula:

=ISEMAIL(A1)

To check a URL in cell A1, use this formula:

=ISURL(A1)

To use text in the formula for either an email address or URL, simply enter it in quotes like this:

=ISURL("www.howtogeek.com")

ISEMAIL and ISURL functions

To go even further, take a look at how to use the AND and OR functions, take advantage of the QUERY function, or start using the IF function in Google Sheets.

Note: This article have been indexed to our site. We do not claim legitimacy, ownership or copyright of any of the content above. To see the article at original source Click Here

Related Posts
How to resize SSD and hard drive partitions in macOS thumbnail

How to resize SSD and hard drive partitions in macOS

Image: Apple Apple made it easier to resize partitions–logical divisions of a storage device into separate mountable volumes with different properties–several releases of macOS ago. A Macworld reader resized their main volume to 369GB to set up a Boot Camp partition, but then realized it was too small. They wondered how to fix this. In
Read More
President JAL Akasaka "Slow recovery to the end of the fiscal year" Utilizing human resources in rural areas thumbnail

President JAL Akasaka “Slow recovery to the end of the fiscal year” Utilizing human resources in rural areas

 日本航空(JAL/JL、9201)の赤坂祐二社長は1月1日、今年の国際線旅客需要は見通せない状況が続いているとの見方を示した。国内線は「着実に回復してきているが、年度末に向けてゆっくりした回復基調になる」と述べ、年末年始期間後はオミクロン株の影響などで需要回復が一服する可能性を示唆した。 JALの赤坂社長=22年1月1日 PHOTO: Tadayuki YOSHIKAWA/Aviation Wire  赤坂社長は国際線の状況について「オミクロン次第だ。日本の状況だけでなく、海外も欧米で制限があるなど見通せない」と語った。先月10日の会見で示していた春ごろからの国際線の旅客需要回復については「希望的観測になるが、少しずつでもボーダーオープン(国境開放)ができてくるといい」と期待感を示した。  「特にビジネスで利用される方は、2年間海外出張やフェイス・トゥ・フェイスのビジネスができず、非常に大きな影響が出ていると聞いている。なんとか我々も期待に応えたい」と語った。  一方、国内線については幹線の需要が回復していることから、地方発が課題となっている。「昨年はふるさと応援隊などで地方に客室乗務員を派遣した。私どもの強みは人材力なので、地方に飛び込んで継続して地域を盛り上げていきたい。地方あっての航空需要だ」と述べた。  年末年始期間後の国内線については、「少し需要の低い状況が続くのではないか」との見方を示した。 関連リンク日本航空 ・JAL、初日の出フライトにA350初投入 年男の赤坂社長ら見送り(22年1月1日) ・国内線のカギは地方回復 特集・JAL赤坂社長が考える2022年(21年12月13日) ・JAL赤坂社長「採用再開考えたい」23年度に客室乗務員やグラハン(21年12月10日) ・JAL赤坂社長「早期割引なくならない」国内線運賃を来春見直し(21年12月10日)
Read More
Tedros Adhanom Ghebreyesus: How to alter the course of the pandemic thumbnail

Tedros Adhanom Ghebreyesus: How to alter the course of the pandemic

What will it take to bring the pandemic under control? Vaccine equality, social measures and supporting the health workforce, says the head of the World Health Organization Health 4 January 2022 Tedros Adhanom Ghebreyesus is director general of the World Health OrganizationREUTERS/Alamy To change the course of the covid-19 pandemic, the international community must demonstrate a true…
Read More
Index Of News
Consider making some contribution to keep us going. We are donation based team who works to bring the best content to the readers. Every donation matters.
Donate Now

Subscription Form

Liking our Index Of News so far? Would you like to subscribe to receive news updates daily?

Total
0
Share