You have to put this if condition
goto b1 cell and put this formula =if(a1="ON",1,if(a1="OFF",0,"EMPTY"))
if you can't read full formula please move your mouse pointer over it. then it will be displayed full.
so when you put ON in a1 cell, that will display 1 and when you put OFF b1 cell will display 0 if a1 cell remains empty, then b1 will display "EMPTY"
2006-06-13 05:49:29
·
answer #1
·
answered by Shakeel 6
·
0⤊
3⤋
1. Insert | Name | Define
2. Type On in the top field (Names in workbook) and type 1 in the bottom field (refers to)
3. Click Add
Then do the same thing for Off. After that, you can use either one in formulae as variables. Not sure how long ago I learned this, but it has worked for me at least since Office 95.
2006-06-13 06:39:52
·
answer #2
·
answered by O Caçador 6
·
0⤊
0⤋
Don't know. But while in Excel hit F1 for help and search. Or click on Help and then Microsoft Excel Help.
2006-06-13 05:45:30
·
answer #3
·
answered by Mike 3
·
0⤊
0⤋
write a macro that uses either the IF(..) or SELECT CASE... statements to map the word values to a number, then call that macro in cells that you need the numeric values.
2006-06-13 05:55:27
·
answer #4
·
answered by noshyuz 4
·
0⤊
0⤋
use if statement and put " on 1 example "1" and format that into other column
2006-06-13 05:44:55
·
answer #5
·
answered by mystery t 4
·
0⤊
0⤋
um, the help menu?
2006-06-13 05:44:08
·
answer #6
·
answered by psychstudent 5
·
0⤊
0⤋