TRUE and FALSE in Excel (with examples)

Learn how to use TRUE and FALSE functions in Excel and how to count how many times they appear in your spreadsheet. Become a Spreadsheet Master with Ted Jordan!

TRUE and FALSE in Excel: how to use these formulas? What are Boolean values? What are the binary values of TRUE and FALSE in Excel?

Be ready to use some of the easiest formulas in MS Excel!

We’ll show you how to use TRUE and FALSE functions and how to check how many times they appear in a row or column.

Ready to learn new Excel tips and tricks?

The TRUE formula has no arguments: =TRUE(). This function returns a logical value: TRUE.

You can use the TRUE function with a conditional function like IF, for example.

In this example, we want to check which students completed our Online Courses. The formula we use is =IF(cell=100%,TRUE) but we could use =IF(cell=100%,TRUE()) as well.

Note that the system recognises TRUE and FALSE as logical values when you type these words directly in a cell or in a formula.

If cell=100%, TRUE will appear. If a student did not complete a course, FALSE will be returned as a result.


Learn how to use Excel IF here.

The FALSE formula has no arguments: =FALSE(). This function returns a Boolean value: FALSE.

The FALSE function is rarely used by itself but can be found in the IF function, for example.

In this example we want to check if our students started their Online Course, provided by Ted Jordan. If not, we want FALSE to appear.

The formula we use is =IF(cell>0,”This student has started the course.”,FALSE).

Excel recognises FALSE as a logical value when you type the word directly in a cell or in a formula.

Boolean is a data type with one of two possible values: TRUE or FALSE. A Boolean value is a true or false value.

The binary values for TRUE and FALSE in Excel are 1 for TRUE and 0 for FALSE.

Here is a trick to count how many TRUE or FALSE values are within a row or a column in your spreadsheet: use the binary values of TRUE and FALSE.

Again, TRUE=1 and FALSE=0 in Excel.

For example, we want to count how many times our clients used a promo code during the year. We do have a table with the data for each quarter, so we can just sum the four of them:
0=the client did not use promo codes this year
1=the client used a promo code once within the year
2=the client used 2 promo codes this year
3=the client used a promo code 3 times this year
4=the client used a promo code each quarter

Now, you know how to use TRUE and FALSE formulas in Excel and you learned one more trick!

Advertising
Analytics

Categories

AllAdvertisingFormatsPlatformsKPI'sAd News
What is Programmatic Advertising?

What is Programmatic Advertising?

Understand what programmatic advertising is and how it works to increase your ROI and become a programmatic specialist.

Read More
Programmatic Advertising: What is a DSP?

What are DSPs?

A DSP is a great tool to use but what does DSP stand for in marketing? What are some Demand-Side Platforms examples? Today, we answer your questions!

Read More

Best DSPs for Programmatic Advertising

Ted Jordan shares his list of best DSPs for Programmatic Advertising so you don’t have to lose time searching the internet to find the right Demand-Side Platform for your campaigns.

Read More
Programmatic Advertising: What is a SSP?

Supply-Side Platforms (SSPs) Explained

SSPs basics in advertising: learn what Supply-Side Platforms are used for and who use them. Get familiar with more programmatic advertising technical terms.

Read More

What is O&O Advertising?

Discover one more important jargon term used in Programmatic Advertising: O&O advertising. Get familiar with O&O formats and advantages.

Read More
Programmatic: Pixels in Advertising 101

Advertising pixels: types, pros and best practices

Learn the basics of Programmatic Advertising with Ted Jordan! Today, we explain what a pixel is in advertising with simple words and expertise. Ready to learn?

Read More

Categories

AllFunctionsToolsShortcut Keys

How to change shapes in Excel column charts

Learn how to easily change the columns shape in your Excel charts so your colleagues and customers will remember your impacting graphs.

Read More

How to use the LEFT, RIGHT and MID functions

Learn how to extract text in Excel with the LEFT, RIGHT and MID functions. Plenty of examples to learn from and functions are explained with simple words. If you start...

Read More

Excel IF statement: how to use it for 3 conditions

Learn how to use the Excel IF statement with multiple conditions and combine it with OR and/or AND functions!

Read More
Navigating with Tab, Enter, and Shift Key on Excel.

How to move between cells when arrow keys are not working (Excel)

Learn how to move between Excel cells without using your mouse or arrow keys. Discover more shortcuts and tricks below!

Read More

How to use the IFERROR function (Excel + Google Sheets)

Discover how to use IFERROR in Excel or in Google Sheets in 4 easy steps! No more errors on your documents or dashboards with IFERROR.

Read More
Split Semicolon Separated Value in Excel

How to split semicolon separated values in Excel

Split semicolon separated values in Excel into columns and rows, or convert columns to semicolon separated values, like an Excel Master!

Read More