Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using VLOOKUP to convert letter grades to numerical grades. I need to
avoid generating #N/A and just have a blank cell when a cell does not contain a letter grade; e.g. Letter Grade Column Returned Numercial Grade A 1 B 2 (At the moment using VLOOKUP generates #N/A E 5 Many thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=If(ISNA(your formula),"",your formula)
-- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Nick Horn" wrote in message ... I am using VLOOKUP to convert letter grades to numerical grades. I need to avoid generating #N/A and just have a blank cell when a cell does not contain a letter grade; e.g. Letter Grade Column Returned Numercial Grade A 1 B 2 (At the moment using VLOOKUP generates #N/A E 5 Many thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Many thanks
"ragdyer" wrote: =If(ISNA(your formula),"",your formula) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Nick Horn" wrote in message ... I am using VLOOKUP to convert letter grades to numerical grades. I need to avoid generating #N/A and just have a blank cell when a cell does not contain a letter grade; e.g. Letter Grade Column Returned Numercial Grade A 1 B 2 (At the moment using VLOOKUP generates #N/A E 5 Many thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the feed-back.
-- Regards, RD ----------------------------------------------------------------------------------------------- Please keep all correspondence within the Group, so all may benefit ! ----------------------------------------------------------------------------------------------- "Nick Horn" wrote in message ... Many thanks "ragdyer" wrote: =If(ISNA(your formula),"",your formula) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Nick Horn" wrote in message ... I am using VLOOKUP to convert letter grades to numerical grades. I need to avoid generating #N/A and just have a blank cell when a cell does not contain a letter grade; e.g. Letter Grade Column Returned Numercial Grade A 1 B 2 (At the moment using VLOOKUP generates #N/A E 5 Many thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting a letter grade to a numerical value | Excel Worksheet Functions | |||
Grade Percentage into letter grade | Excel Discussion (Misc queries) | |||
Numerical grade to Alpha character | Excel Discussion (Misc queries) | |||
numerical value of a letter | Excel Worksheet Functions | |||
Converting Letter Grades to Numeric | Excel Worksheet Functions |