answersLogoWhite

0

It takes on the default or previously set formatting, which could be defined by another condition. A format can be set if a condition is true and if it is false.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What is the definition for a conditional statement?

In computer science, conditional statements, conditional expressions and conditional constructsare features of a programming language which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.


What is a condition in a Excel document?

A condition is something you test in order to decide on an action. A classic example is checking an exam mark to see if it is a pass or a fail. The condition is whether the exam mark is greater than or equal to the pass mark. The outcome of checking a condition is either True or False. Conditions are used for logical functions and also in Conditional Formatting. See the related questions below.


When is a conditional statement false?

A conditional statement is indeed a statement that can be put in the form "if A, then B". The only time this conditional statement is false is when both A is true and also B is false.Read more: http://wiki.answers.com/What_is_a_conditional_statement#ixzz1lda5tB6E


The IF part of a conditional statement?

The IF part of a conditional statement sets the condition or criteria that needs to be met for the subsequent action to occur. It is the part that is evaluated as either true or false, determining the flow of the statement.


What are conditional statements?

Conditional statements are used in programming to make decisions based on certain conditions. They allow the program to execute different code blocks depending on whether a condition is true or false. Common conditional statements include if, else, and else if.


What can a conditional have of true or false?

Truth value


If you want to use conditional formatting with two criteria and if the cells do not have values equal to that then it should become blank tried the answer suggested without any success?

Highlight the cells you would like to format. For this example, start with B2.In the conditional formatting window select: "Format values where this formula is true" and enter the formula: =OR(B2=1,B2=2)Observe that the cells that display the value 1 or 2 will have the format condition you set, while the other cells will keep the default setting.If you want to force a default setting for this range, use the formula in the second condition for the range: =AND(B21,B22)If you want to display the cell as blank, then set the condition to change the font to the same color as the background, usually white.NOTE: To set the TRUE condition, use OR. To set the FALSE condition, use AND.


A correctly formatted memo will have a complimentary closing true or false?

This is false a correctly formatted memo will have a complimentary closing. In a standard block style letter, all letter parts begin at the left of the margin.


What is the proof to this G therefore H v not H?

Suppose H is true the H or not H is true.Suppose H is false. Then not H is true and therefore H or not H is true.Therefore, in either case, the conclusion "H or not H" is always true.A conditional statement is false if the condition is true but the conclusion is false. Here the latter cannot happen and so the conditional statement is always true.


Derive a regular grammar to describe the syntax of a conventional representation of do-while conditional operator break and continue statements in C programming language?

DO-WHILEdo{ ............ //body ............}while(condition); Condition Operator (Condition ) ? Result if Condition TRUE : Result if Condition FALSE Break <LOOP> { if(condition TRUE) { Break }continue


What is a conditional statement that is false?

"If swallows can fly then I am a monkey's uncle"


Do you know if the reverse of a conditional statement is always true?

false