![]() |
how do I format cells containing a value to display as true/false
I want to convert cell values in a range to be displayed in boolean format.
Much appreciate any help given. |
Answer: how do I format cells containing a value to display as true/false
To format cells containing a value to display as true/false, you can follow these steps:
Now, the cells in the selected range will display "TRUE" or "FALSE" depending on their value. If the value is non-zero, it will be displayed as "TRUE", otherwise it will be displayed as "FALSE". Alternatively, you can also use a formula to convert the values to boolean format. For example, if your values are in cells A1:A10, you can use the following formula in cell B1 and copy it down to cell B10: Formula:
|
how do I format cells containing a value to display as true/false
Select the cells. Right click Format cells CustomType: the below and hit OK
+ve values will be displayed as TRUE -ve values will be displayed as FALSE 0 will be displayed as 0 itself "TRUE";"FALSE";"0" If this post helps click Yes --------------- Jacob Skaria "gootroots" wrote: I want to convert cell values in a range to be displayed in boolean format. Much appreciate any help given. |
how do I format cells containing a value to display as true/false
If the limits of your range of values are A1 and B1, and your data item is
in A2 =MEDIAN(A$1,B$1,A2)=A2 will be TRUE is A2 is within the range, and FALSE if not. -- David Biddulph "gootroots" wrote in message ... I want to convert cell values in a range to be displayed in boolean format. Much appreciate any help given. |
All times are GMT +1. The time now is 03:10 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com