Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
TRUE is a constant function that returns the logical value TRUE with no arguments. It is used when you need to supply a literal Boolean TRUE to another function — for example, as the range_lookup argument in VLOOKUP for approximate match, or to set a default flag value in an IF condition.
=IF(A2>100,TRUE(),FALSE())=IF(A2>100,TRUE(),FALSE())Computed by a real spreadsheet engine on the sample data below.
| Flag | Is True? |
| TRUE | =IF(A2=TRUE(),"Yes","No") |
| FALSE | =IF(A3=TRUE(),"Yes","No") |
| TRUE | =IF(A4=TRUE(),"Yes","No") |
| FALSE | =IF(A5=TRUE(),"Yes","No") |
=IF(A2>100,TRUE(),FALSE())→TRUE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Use TRUE as a literal Boolean value in a formula that requires an explicit logical argument”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: