+ Reply to Thread
Results 1 to 9 of 9

Nested =IF formula help please!

Hybrid View

PhoenixJR Nested =IF formula help... 06-19-2012, 09:14 AM
Pete_UK Re: Nested =IF formula help... 06-19-2012, 09:24 AM
PhoenixJR Re: Nested =IF formula help... 06-19-2012, 09:29 AM
Pete_UK Re: Nested =IF formula help... 06-19-2012, 09:46 AM
PhoenixJR Re: Nested =IF formula help... 06-19-2012, 09:39 AM
Pete_UK Re: Nested =IF formula help... 06-19-2012, 09:53 AM
PhoenixJR Re: Nested =IF formula help... 06-19-2012, 10:04 AM
PhoenixJR Re: Nested =IF formula help... 06-19-2012, 10:24 AM
Pete_UK Re: Nested =IF formula help... 06-19-2012, 10:50 AM
  1. #1
    Registered User
    Join Date
    01-23-2012
    Location
    Essex
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Nested =IF formula help please!

    hey Pete, thanks for replying so quick, I just been fiddling with it and managed to get it working myself, had completely forgot about using =IF(OR( !!!

    Below is what I have at the moment which seems to be working for what I need!!! Thanks for replying though!


    =IF(OR(A9="A*", A9="A", A9 ="B", A9="C3", A9="C2", A9="C1", A9="Distinction*", A9="Distinction", A9="Merit", A9="Pass" ),"TRUE")

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,411

    Re: Nested =IF formula help please!

    By putting TRUE in quotes, you are returning a text value. You can return a proper TRUE or FALSE value like this:

    =OR(A9="A*", A9="A", A9 ="B", A9="C3", A9="C2", A9="C1", A9="Distinction*", A9="Distinction", A9="Merit", A9="Pass" )

    One drawback in putting the criteria explicitly within the formula is that if the grade descriptions change then you have to amend the formula and then copy it again, whereas if you use a table you only need to amend the table.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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