![]() |
Formatting Columns
I want to format a column so that if I enter 1, or 0, then the cell in that column that I am editing will then show the word Yes or No. Is this possible? -- wg100 ------------------------------------------------------------------------ wg100's Profile: http://www.excelforum.com/member.php...o&userid=28330 View this thread: http://www.excelforum.com/showthread...hreadid=479123 |
Formatting Columns
Try this from the current cell:
IF(A1=1,"YES",IF(A1=0,"NO",)) "wg100" wrote: I want to format a column so that if I enter 1, or 0, then the cell in that column that I am editing will then show the word Yes or No. Is this possible? -- wg100 ------------------------------------------------------------------------ wg100's Profile: http://www.excelforum.com/member.php...o&userid=28330 View this thread: http://www.excelforum.com/showthread...hreadid=479123 |
Formatting Columns
If you want the cell itself to display yes/no when 1/0 is entered, you
can try the following: Format|Cells... | Number tab. Select custom format and use: "yes";;"no" HTH Kostis Vezerides |
Formatting Columns
vezerid Wrote: If you want the cell itself to display yes/no when 1/0 is entered, you can try the following: Format|Cells... | Number tab. Select custom format and use: "yes";;"no" HTH Kostis Vezerides Thanks, that was just the answer I was looking for. -- wg100 ------------------------------------------------------------------------ wg100's Profile: http://www.excelforum.com/member.php...o&userid=28330 View this thread: http://www.excelforum.com/showthread...hreadid=479123 |
All times are GMT +1. The time now is 07:22 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com