Two formulas without macros
1) =IF(D19="P","Pass",IF(D19="F","Fail",IF(D19="N","N/A","Invalid")))
2) =LOOKUP(D19,{"F","N","P"},{"Fail","N/A","Pass"})
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
"Kenshe" wrote in
message ...
Looking for a way to allow only three possible entries into a field and
using a one letter entry to spell out the full word of that entry,
Example:
If "P" then (the word) "Pass" is entered.
If "F" then "Fail"
If "N" then N/A
I believe this can only be achieved using a macro, which I have no clue
how to write.
Thanks!
Ken
--
Kenshe
------------------------------------------------------------------------
Kenshe's Profile:
http://www.excelforum.com/member.php...o&userid=28850
View this thread: http://www.excelforum.com/showthread...hreadid=486081