munkifisht
New Member
- Joined
- Mar 17, 2005
- Messages
- 39
I was wondering how you can create an else if statment in excel?
I have a cell that will be filled with one of ten options, for convienence lets say they are 0-9. Depending in the value of the cell, I want to fill another with a value, say a letter. Also, if another nominated cell is filled, I want this one to override the second cell and for it to generate a different unique value in tyhe target cell.
Lets say
if
a1-blank
a2-1
then
a3-a
if
a1-blank
a2-4
a3-j
but if
a1-10
a2-any 1-9
a3-will look at a1 and give "u"
I have a cell that will be filled with one of ten options, for convienence lets say they are 0-9. Depending in the value of the cell, I want to fill another with a value, say a letter. Also, if another nominated cell is filled, I want this one to override the second cell and for it to generate a different unique value in tyhe target cell.
Lets say
if
a1-blank
a2-1
then
a3-a
if
a1-blank
a2-4
a3-j
but if
a1-10
a2-any 1-9
a3-will look at a1 and give "u"