Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 202
Default EXCEL CELL CONVERSION PROBLEM 2

Thanks Mike, almost there!

To convert numbers into GCSE grades I need to use a formula that will read
down a column and if the cell content is

between 1-7 to insert the letter U,
between 8-11 to insert the letter G,
between 12-15 to insert the letter F,
between 16-19 to insert the letter E
between 20-23 to insert the letter D
between 24-27 to insert the letter C
between 28-31 to insert the letter B
between 32-35 to insert the letter A
between 36-40 to insert the letter A*

Hope you can help. And many thanks in advance. I know you can do it!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default EXCEL CELL CONVERSION PROBLEM 2

Try:

=LOOKUP(A1,{1,8,12,16,20,24,28,32,36},{"U","G","F" ,"E","D","C","B","A","A*"})

"Jane" wrote:

Thanks Mike, almost there!

To convert numbers into GCSE grades I need to use a formula that will read
down a column and if the cell content is

between 1-7 to insert the letter U,
between 8-11 to insert the letter G,
between 12-15 to insert the letter F,
between 16-19 to insert the letter E
between 20-23 to insert the letter D
between 24-27 to insert the letter C
between 28-31 to insert the letter B
between 32-35 to insert the letter A
between 36-40 to insert the letter A*

Hope you can help. And many thanks in advance. I know you can do it!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 202
Default EXCEL CELL CONVERSION PROBLEM 2

Thanks you so much! It worked beautifully and now I can see the logic behind
the formula. Many thanks to Mike and Toppers. I've no doubt I'll be back
with other problems!

"Toppers" wrote:

Try:

=LOOKUP(A1,{1,8,12,16,20,24,28,32,36},{"U","G","F" ,"E","D","C","B","A","A*"})

"Jane" wrote:

Thanks Mike, almost there!

To convert numbers into GCSE grades I need to use a formula that will read
down a column and if the cell content is

between 1-7 to insert the letter U,
between 8-11 to insert the letter G,
between 12-15 to insert the letter F,
between 16-19 to insert the letter E
between 20-23 to insert the letter D
between 24-27 to insert the letter C
between 28-31 to insert the letter B
between 32-35 to insert the letter A
between 36-40 to insert the letter A*

Hope you can help. And many thanks in advance. I know you can do it!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel cell conversion problem Jane Excel Discussion (Misc queries) 5 March 15th 07 12:39 PM
Conversion problem Keithp Excel Discussion (Misc queries) 0 January 4th 07 12:01 PM
Problem in Conversion usm Excel Discussion (Misc queries) 1 June 17th 06 06:32 PM
Excel Text Conversion Problem Michael D Excel Discussion (Misc queries) 0 March 14th 06 01:26 AM
Excel 97 to 2003 conversion problem PaulC Excel Discussion (Misc queries) 8 June 18th 05 01:12 PM


All times are GMT +1. The time now is 01:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"