Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Redhead
 
Posts: n/a
Default Embedded IF Fuction

I would like to use the IF function to return a grade value for a score. Ex:

If grade70, then C
IFgrade80, then B, and so on.

I believe I need to imbed this function but don't know how. Please advise?

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PCLIVE
 
Posts: n/a
Default Embedded IF Fuction

One way:
You'll need to adjust the number grades as appropriate, but this should
help.

=IF(AND(A170,A1<81),"C",IF(AND(A180,A1<95),"B",I F(A194,"A")))

Regards,
Paul

"Redhead" wrote in message
...
I would like to use the IF function to return a grade value for a score.
Ex:

If grade70, then C
IFgrade80, then B, and so on.

I believe I need to imbed this function but don't know how. Please
advise?

Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Redhead
 
Posts: n/a
Default Embedded IF Fuction

Thanks. I tried it exactly as entered, and I still get an "invalid" error.

"PCLIVE" wrote:

One way:
You'll need to adjust the number grades as appropriate, but this should
help.

=IF(AND(A170,A1<81),"C",IF(AND(A180,A1<95),"B",I F(A194,"A")))

Regards,
Paul

"Redhead" wrote in message
...
I would like to use the IF function to return a grade value for a score.
Ex:

If grade70, then C
IFgrade80, then B, and so on.

I believe I need to imbed this function but don't know how. Please
advise?

Thanks in advance.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PCLIVE
 
Posts: n/a
Default Embedded IF Fuction

Not sure why you would get "invalid". It seems to work on my side. If
there is more information that may be relevant, please post. Where does it
state "invalid"?

Regards,
Paul

"Redhead" wrote in message
...
Thanks. I tried it exactly as entered, and I still get an "invalid"
error.

"PCLIVE" wrote:

One way:
You'll need to adjust the number grades as appropriate, but this should
help.

=IF(AND(A170,A1<81),"C",IF(AND(A180,A1<95),"B",I F(A194,"A")))

Regards,
Paul

"Redhead" wrote in message
...
I would like to use the IF function to return a grade value for a score.
Ex:

If grade70, then C
IFgrade80, then B, and so on.

I believe I need to imbed this function but don't know how. Please
advise?

Thanks in advance.






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
goober
 
Posts: n/a
Default Embedded IF Fuction


here is another way that might work for you.

=IF(A1<60,"F",IF(AND(A1=60,A1<70),"D",IF(AND(A1= 70,A1<80),"C",IF(AND(A1=80,A1<90),"B",IF(A1=90," A")))))


--
goober
------------------------------------------------------------------------
goober's Profile: http://www.excelforum.com/member.php...o&userid=19838
View this thread: http://www.excelforum.com/showthread...hreadid=507785

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
Deactivating an embedded chart TheRobsterUK Excel Discussion (Misc queries) 0 October 3rd 05 01:30 AM
Embedded Chart in Excel Sheet George Charts and Charting in Excel 3 August 4th 05 12:19 PM
Hide embedded objects contained in row that is filtered out Jim2003 Excel Discussion (Misc queries) 1 July 13th 05 05:31 PM
Displaying cell references next to embedded cells in Word 2000 The Consigliere New Users to Excel 1 April 9th 05 02:58 PM
problem with embedded pdf file Gary Excel Discussion (Misc queries) 0 January 19th 05 01:57 PM


All times are GMT +1. The time now is 06:34 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"