Hello,
I have a column where cells are populated with text TRUE or FALSE.
What formula can I use to check if the cell text content in TRUE or FALSE?
I tried IF(A1="TRUE","TRUE",IF(A1="FALSE","FALSE")) but it returns FALSE even when the cell text content is TRUE.
Thanks.
I have a column where cells are populated with text TRUE or FALSE.
What formula can I use to check if the cell text content in TRUE or FALSE?
I tried IF(A1="TRUE","TRUE",IF(A1="FALSE","FALSE")) but it returns FALSE even when the cell text content is TRUE.
Thanks.