+ Reply to Thread
Results 1 to 7 of 7

Forumula IF issue

  1. #1
    Forum Contributor
    Join Date
    12-05-2006
    Location
    London
    MS-Off Ver
    Excel 365 (Version 2008) [work] & 365 [home]
    Posts
    182

    Forumula IF issue

    Hi all,


    I maybe missing a obvious resolution here but I am stumped.

    In cell AO12 I havs a foumula tat calc a figure.

    In cell AN12 I have the following forumula:

    Please Login or Register  to view this content.
    This now need to change but no matter what I have tried I can't fathom it out.

    EDIT:
    If the value of cell AO12 is > 355 but < 720 "A", if the Value is > 720 but <1085 then "B", if the value is >=1085 "C"

    I still need to retain the =IF(B13="Issued",IF(G13="","", part as this is is the initial criteria for the calculation to start.

    The A, B and C results then dictate a conditional formating elsewhere on the sheet.

    I am probably being a bit of a dumbo ... where have I gone wrong?
    Last edited by Lensmeister; 11-20-2013 at 05:34 AM. Reason: Coz someone now changed the goalposts
    A mad football researcher and Statistician - ok just mad really !

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Forumula IF issue

    Hello lens what is value in A012 is less than 355
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Forumula IF issue

    =IF(AND(B13="issued",G13=""),"",IF(AND(AO12>=355,AO12<=720),"A",IF(AND(AO12>720,AO12<=1085),"B","C")))

    Try this if value is always >=355 in AO12
    Last edited by hemesh; 11-20-2013 at 06:42 AM.

  4. #4
    Forum Contributor
    Join Date
    12-05-2006
    Location
    London
    MS-Off Ver
    Excel 365 (Version 2008) [work] & 365 [home]
    Posts
    182

    Re: Forumula IF issue

    If the value if AO<355 "X".

    I tried this:

    Please Login or Register  to view this content.

  5. #5
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Forumula IF issue

    Try this in AN12 =IF(AND(B13="issued",G13=""),"",IF(AND(AO12>=355,AO12<720),"A",IF(AND(AO12>=720,AO12<1080),"B",IF(AO12>=1080,"C","X"))))

  6. #6
    Forum Contributor
    Join Date
    12-05-2006
    Location
    London
    MS-Off Ver
    Excel 365 (Version 2008) [work] & 365 [home]
    Posts
    182

    Re: Forumula IF issue

    Brilliant Thank you

  7. #7
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Forumula IF issue

    You are welcome lens
    Last edited by hemesh; 11-20-2013 at 07:25 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 2 If's Forumula
    By Labl in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-28-2013, 02:37 PM
  2. need help with a forumula
    By Robtastic in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-20-2012, 05:11 AM
  3. Creating a grade book (forumula issue)
    By phathead in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-10-2007, 11:03 PM
  4. New Forumula Issue
    By AlienBeans in forum Excel General
    Replies: 4
    Last Post: 05-31-2006, 04:37 PM
  5. What does this Forumula Do?
    By Laureen in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-23-2005, 03:07 PM

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