+ Reply to Thread
Results 1 to 3 of 3

Need Conditional Formula Solution - Help!

Hybrid View

rdusseau Need Conditional Formula... 01-28-2005, 01:34 PM
Domenic Try the following... ... 01-28-2005, 02:35 PM
rdusseau Thanks! 01-28-2005, 02:52 PM
  1. #1
    Registered User
    Join Date
    10-08-2004
    Posts
    18

    Need Conditional Formula Solution - Help!

    I think I have a rather easy question, but I just can't figure it out.

    I have a list of scores (1-100) and I need to return three possible results. For example... if the score is greater that 80 I need to return the word 'Algebra', if the score is between 45 and 79 the word 'Pre-Algebra', and if lower that 45 the word "Concepts'.

    Any thoughts... I really think this shouldn't be that hard but I just can't figure it out.

    Thanks!
    Rob

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try the following...

    =IF(A1<>"",IF(A1<=45,"Concepts",IF(A1<=80,"Pre-Algebra","Algebra")),"")

    Adjust the brackets for your criteria accordingly (your post wasn't too clear).

    Hope this helps!

    Quote Originally Posted by rdusseau
    I think I have a rather easy question, but I just can't figure it out.

    I have a list of scores (1-100) and I need to return three possible results. For example... if the score is greater that 80 I need to return the word 'Algebra', if the score is between 45 and 79 the word 'Pre-Algebra', and if lower that 45 the word "Concepts'.

    Any thoughts... I really think this shouldn't be that hard but I just can't figure it out.

    Thanks!
    Rob

  3. #3
    Registered User
    Join Date
    10-08-2004
    Posts
    18

    Thanks!

    That worked like a charm... thanks!

    ROb

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1