D
Dewayne
I need to return values in a cell based on the "letter" in
the referenced cell, i.e. if A1="A" then return 33 in Z1.
=IF(A1 "A",33) This is fine up to the maximum 7 nested IF
functions.
I actually have 20 different values to return based on
the "letter" in a cell, example:
if"A",33
if"B",18
if"C",9
if"D",4.5
if "etc", "etc"...... A through T
Any ideas on handling this are appreciated.
Thank you
Dewayne
the referenced cell, i.e. if A1="A" then return 33 in Z1.
=IF(A1 "A",33) This is fine up to the maximum 7 nested IF
functions.
I actually have 20 different values to return based on
the "letter" in a cell, example:
if"A",33
if"B",18
if"C",9
if"D",4.5
if "etc", "etc"...... A through T
Any ideas on handling this are appreciated.
Thank you
Dewayne