• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

14 Google Sheets functions that Excel doesn’t have

AnonyViet by AnonyViet
January 1, 2023
in Office
0

Microsoft Excel is a commonly used, full-featured spreadsheet application, but it’s far from perfect. Excel’s longtime rival is Google Sheets provides features that Excel does not, including a lot of useful functions. 14 Google Sheets functions that Excel doesn't have

This list is not all-inclusive, and Excel may add one or more of these functions at any time. But as of this writing in May 2022, here are the Google Sheets functions I’d like to see in Microsoft Excel. I will also show you how to use each function in Google Sheets.

Basic Calculations: ADD, MINUS, MULTIPLY, and DIVIDE

You can certainly add, subtract, multiply, and divide numbers in Microsoft Excel. However, these common operations are performed using formulas and operators, not functions. Excel provides a SUM function, which works like ADD, but Google Sheets has a clear and unified collection of functions to make it easier to work with.

The syntax for each function in Google Sheets is the same with the function name and two arguments: ADD(value1, value2), MINUS(value1, value2,). You can insert values, use cell references, or enter a combination of the two.

To subtract the values ​​in cells A1 and A2, you can use the following formula:

=MINUS(A1,A2)

To subtract cell A1 by 10, you can use the following formula:

=MINUS(A1,10)

To calculate 20 minus 10, you can use the following formula:

=MINUS(20,10)

14 functions of Google Sheets that Excel does not have 15

Count unique values: COUNTUNIQUE

If you need to count the number of distinct values ​​in Google Sheets, then COUNTUNIQUE is the function for you. Count how many customers ordered once, products with no inventory, or anything else you want to have unique value using this function.

The syntax of the function is COUNTUNIQUE(value1, value2, …) where the first argument is required. You can use cell references or values.

To find the number of unique customers in the range A1 to A16. We can see the number of people who ordered one time using the function:

=COUNTUNIQUE(A1:A10)

14 functions of Google Sheets that Excel does not have 16

To count unique values ​​in a list of inserted values, you can use this formula:

=COUNTUNIQUE(1,2,3,3,3,4)

14 functions of Google Sheets that Excel does not have 17

Language Functions: DETECTLANGUAGE and GOOGLETRANSLATE

Google Sheets is more than just numbers and calculations. You may be working on a worksheet with people who speak another language. With DETECTLANGUAGE you can define the language of the text and with GOOGLETRANSLATE you can translate the text into another language.

The syntax for the first function is DETECTLANGUAGE(text) where you can enter actual text or cell references.

To determine the language in cell A1, you can use the following formula:

=DETECTLANGUAGE(A1)

To determine the language of specific text, you would use this function with your own text inserted between quotes:

=DETECTLANGUAGE("Bon Jour")

14 functions of Google Sheets that Excel does not have 18

The syntax for the second function is GOOGLETRANSLATE(text, from_language, to_language), you can use cell reference or text for the first parameter. For language parameters, you need to use two-letter abbreviations. You can also use “auto” for the from_language argument to automatically detect the source language.

To translate the text in cell A1 from English to Spanish, use the following formula:

=GOOGLETRANSLATE(A1,"en","es")

To translate a certain phrase into Spanish using automatic language detection, you can use the following formula:

=GOOGLETRANSLATE("Hello","auto","es")

14 functions of Google Sheets that Excel does not have 19

Greater than, less than and equal to: GT, GTE, LT, LTE, EQ

Excel does this too, but it’s more complicated. In Google Sheets, you can simply use the functions:

  • GT: Greater than, syntax GT(value1, value2)
  • GTE: Greater than or equal to, syntax GTE(value1, value2)
  • LT: Less than, syntax LT(value1, value2)
  • LTE: Less than or equal to, syntax LTE(value1, value2)
  • EQ: Equals, syntax EQ(value1, value2)

The formula for each function returns True or False. For example, if value1 is greater than value2, you will get True. Otherwise you will get False.

To see if the value in cell A1 is greater than the value in cell A2, you can use the following formula:

=GT(A1,A2)

To see if the first value is greater than the second, you can use the following formula:

=GT(4,5)

To see if the value in cell A1 is greater than the value provided, you can use the following formula:

=GT(A1,5)

14 functions of Google Sheets that Excel does not have 20

Insert and customize images: IMAGE

Along with numbers and text, you can also insert pictures into your spreadsheet. While you can easily insert a picture into Google Sheets, the IMAGE function allows you to insert a picture from the web and then customize the size of that image.

The syntax of the function is IMAGE(url, mode, height, width) where only the first parameter is required. Here are the options you can use for the mode parameter:

  • 1: Adjust the image in the cell and maintain the aspect ratio. This is the default mode.
  • 2: Stretch or squeeze the image to fit the cell without maintaining the aspect ratio.
  • 3: Keep the image in its original size.
  • 4: Use a custom size by entering the height and width arguments in pixels.

To insert from the web and keep the original size, you can use this formula and replace the URL with your own:

=IMAGE("https://www.howtogeek.com/wp-content/uploads/2022/02/DateOptions-GoogleSheetsCustomDateTime.png",3)

14 functions of Google Sheets that Excel does not have 21

To insert the same image but using a custom size, you can use this formula and change the URL, width and height to your liking:

=IMAGE("https://www.howtogeek.com/wp-content/uploads/2022/02/DateOptions-GoogleSheetsCustomDateTime.png",4,200,500)

14 functions of Google Sheets that Excel does not have 22

Add a little graph: SPARKLINE

You don’t always need a large graph in your spreadsheet. Google Sheets allows you to add a mini chart using the SPARKLINE function. In Excel, you can create curves using the chart feature, but this function is simpler and faster.

The syntax is SPARKLINE(data, custom) where only the first parameter is required.

To add a basic bend with data from cell range B2 to E2, you can use the following formula:

=SPARKLINE(B2:E2)

14 functions of Google Sheets that Excel does not have 23

To use a column chart with the same range of cells, you can use the following formula:

=SPARKLINE(B2:E2,{"charttype","column"})

14 functions of Google Sheets that Excel does not have 24

In addition, you can also see more about many other functions in google sheets here.

The article achieved: 5/5 – (100 votes)

Tags: doesntExcelfunctionsGoogleSheets
Previous Post

What is Illuminati? Is the illuminati organization real?

Next Post

Christmas gift: Genuine Windows 10 Pro for only $6.63 and Office 2021 for $14.22

AnonyViet

AnonyViet

Related Posts

Automatically check and correct spelling errors on Google Docs
Office

Automatically check and correct spelling errors on Google Docs

February 23, 2025
Instructions for downloading Google Docs files easily on any device
Office

Instructions for downloading Google Docs files easily on any device

December 18, 2024
Launching AI image creation feature on Google Docs
Office

Launching AI image creation feature on Google Docs

November 20, 2024
Instructions for using Google Docs without internet
Office

Instructions for using Google Docs without internet

November 2, 2024
Share the link to the sample file to create QR codes in Google Sheets
Office

Share the link to the sample file to create QR codes in Google Sheets

September 30, 2024
Proton Docs: Google Docs Alternative with End-to-End Encryption
Office

Proton Docs: Google Docs Alternative with End-to-End Encryption

September 21, 2024
Next Post
Christmas gift: Genuine Windows 10 Pro for only .63 and Office 2021 for .22

Christmas gift: Genuine Windows 10 Pro for only $6.63 and Office 2021 for $14.22

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to automatically erase the web history after escaping to absolutely secure

How to automatically erase the web history after escaping to absolutely secure

August 22, 2025
Stainless steel flange price list at Asia Industry

Stainless steel flange price list at Asia Industry

August 21, 2025

Hướng Dẫn Đăng Nhập VN88

August 21, 2025
How to receive January 6 grabunlimited

How to receive January 6 grabunlimited

August 21, 2025
How to automatically erase the web history after escaping to absolutely secure

How to automatically erase the web history after escaping to absolutely secure

August 22, 2025
Stainless steel flange price list at Asia Industry

Stainless steel flange price list at Asia Industry

August 21, 2025

Hướng Dẫn Đăng Nhập VN88

August 21, 2025
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to automatically erase the web history after escaping to absolutely secure

How to automatically erase the web history after escaping to absolutely secure

August 22, 2025
Stainless steel flange price list at Asia Industry

Stainless steel flange price list at Asia Industry

August 21, 2025
  • Home
  • Home 2
  • Home 3
  • Home 4
  • Home 5
  • Home 6
  • Next Dest Page
  • Sample Page

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí mm88 8XBET mm88 trang chủ new88 sonclub

No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí mm88 8XBET mm88 trang chủ new88 sonclub

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply