#1   Report Post  
Sof Sof is offline
Junior Member
 
Posts: 2
Default Score card help

Hi All, I have another excel 2003 problem i'm trying to solve.
I was hoping to link a score system to a cells with text in them.

example if a score entered by a simple sum formula is between 1 & 20, i would like to display some text, if its between 21 & 50, a differernt text, and so on up to 6 scores.
it seams simple enough but can twork it out, I have tried nesting IF(AND( but it only return on one score or errors

Any help would be gratefully recieved

Sof
  #2   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by Sof View Post
Hi All, I have another excel 2003 problem i'm trying to solve.
I was hoping to link a score system to a cells with text in them.

example if a score entered by a simple sum formula is between 1 & 20, i would like to display some text, if its between 21 & 50, a differernt text, and so on up to 6 scores.
it seams simple enough but can twork it out, I have tried nesting IF(AND( but it only return on one score or errors

Any help would be gratefully recieved

Sof
Let's say:
Raw Score is on A1
Text to display is on A2

Then your table looks like

A B C
4 1 10 Text 1
5 11 20 Text 2
6 21 30 Text 3
7 31 40 Text 4
8 41 50 Text 5

Your formula in A2 should be:
=IF(A1=A8,C8,IF(AND(A1=A7,A1<=B7),C7,IF(AND(A1= A6,A1<=B6),C6,IF(AND(A1=A5,A1<=B5),C5,C4))))

Remember: You should either start from the highest to lowest or vice-versa if you are going to use IF and AND combo.

If you want to avoid a confusing IF and AND function combo:
=VLOOKUP(A2,A4:C8,3,1)
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
Make a sheet to enter score and score is copy to the proper cell.. Yan Excel Worksheet Functions 0 June 8th 07 02:41 PM
how to score replies Rasoul Khoshravan Excel Worksheet Functions 0 October 11th 06 04:16 AM
score SI Excel Discussion (Misc queries) 1 March 16th 06 12:15 AM
On template Bus. Card How to make one Card into all 10 cards George, Bus. Cards Setting up and Configuration of Excel 1 March 7th 06 08:09 PM
Is there a Bowling score card template available in Excel? mexicomarv Charts and Charting in Excel 0 January 29th 06 08:19 PM


All times are GMT +1. The time now is 10:00 PM.

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"