Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lynn Marie
 
Posts: n/a
Default Need formula for: if A6=100 thru 125, then "A", etc thru "S"

Since nesting doesn't exceed 7 ... for scoring purposes, I need a formula
that will allow results through "S" for "IF A6 = 100 through 125, then "A";
IF A6 = 126 through 150, then "B"; etc through the letter "S"
  #2   Report Post  
ΊΌΦέΘΛ
 
Posts: n/a
Default

use VBA
select case


  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way

=IF(A6<100,"No
Score",VLOOKUP(A6,{100,"S";126,"A";151,"B";176,"C" ;201,"D";226,"E";251,"F";276,"G";301,"H";326,"I";3 51,"J";376,"K";401,"L";426,"M";451,"N";476,"O";501 ,"P";526,"Q";551,"R"},2))

Beware of line wrapping

--
Regards,

Peo Sjoblom


"Lynn Marie" <Lynn wrote in message
...
Since nesting doesn't exceed 7 ... for scoring purposes, I need a formula
that will allow results through "S" for "IF A6 = 100 through 125, then
"A";
IF A6 = 126 through 150, then "B"; etc through the letter "S"



  #4   Report Post  
Lynn Marie
 
Posts: n/a
Default

Thank you so much! It worked perfectly!

"Peo Sjoblom" wrote:

One way

=IF(A6<100,"No
Score",VLOOKUP(A6,{100,"S";126,"A";151,"B";176,"C" ;201,"D";226,"E";251,"F";276,"G";301,"H";326,"I";3 51,"J";376,"K";401,"L";426,"M";451,"N";476,"O";501 ,"P";526,"Q";551,"R"},2))

Beware of line wrapping

--
Regards,

Peo Sjoblom


"Lynn Marie" <Lynn wrote in message
...
Since nesting doesn't exceed 7 ... for scoring purposes, I need a formula
that will allow results through "S" for "IF A6 = 100 through 125, then
"A";
IF A6 = 126 through 150, then "B"; etc through the letter "S"




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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 02:54 AM.

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

About Us

"It's about Microsoft Excel"