Returns the logical value `TRUE`. Learn more
In Google Sheets, TRUE() is a function that returns the logical value "TRUE". The "TRUE" value is a Boolean value that represents a true condition or statement. The TRUE() function takes no arguments, and its sole purpose is to return the Boolean value "TRUE".
You can use the TRUE() function in conjunction with other functions and formulas to create more complex logical expressions and conditional statements in your spreadsheets. For example, you might use TRUE() in an IF() statement to test a condition and return a certain value or perform a certain action based on whether the condition is true or false.