+ Reply to Thread
Results 1 to 3 of 3

How to make a one point conditional mark in a column

  1. #1
    Registered User
    Join Date
    02-24-2008
    Location
    Oslo, Norway
    MS-Off Ver
    Office 2013
    Posts
    34

    How to make a one point conditional mark in a column

    Can anyone explain in a simple way what I have missed in this formula.
    I don’t get the expected result (please see attachment).

    =IF(OR(COUNTIF(A6:$A$11;$D$1);IF(AND($C$11>SUM(B5:$B$11);(B5/2)>(SUM(B5:$B$11)-$C$11));"";$D$1));"";$D$1)

    Tommy
    Attached Files Attached Files
    Last edited by tomjoe; 01-08-2011 at 06:29 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How to make a one point conditional mark in a column

    The OR construct won't evaluate correctly given Null population and you need to adjust the reference in COUNTIF in A11 such that it does not refer to itself.

    It's hard to know what the adjust should be given the logic has yet to be outlined - I suspect your formula should read:

    Please Login or Register  to view this content.
    but it still wouldn't return "expected" result....

    Perhaps best to outline what the calculation is meant to be doing ... presumably along similar lines to that of your prior thread re: ramp up.
    Last edited by DonkeyOte; 01-08-2011 at 01:22 PM. Reason: changed delimiters

  3. #3
    Registered User
    Join Date
    02-24-2008
    Location
    Oslo, Norway
    MS-Off Ver
    Office 2013
    Posts
    34

    Smile Re: How to make a one point conditional mark in a column

    Thank you DonkeyOte you helped me in the right direction.
    This one did the trick:
    =IF(OR(COUNTIF(A12:$A$12,$D$1)>0,($C$11>SUM(B11:$B$11)*0,8)),"",$D$1)

+ 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