+ Reply to Thread
Results 1 to 4 of 4

EXCEL Conditional Formatting

  1. #1
    Registered User
    Join Date
    02-24-2012
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    10

    Question EXCEL Conditional Formatting

    I have a spreadsheet for a group of golfers that play weekly. Different number of players each week, so I need to not process a conditional format formula on a line that is blank in col BI.
    I have been trying to use IF Blank before the code, but cannot seem to get the syntax correct. Any help would be appreciated.
    Please Login or Register  to view this content.
    Test cell is for data in D7 in BI7 where I place an X for a valid player. Non Valid player would be blank.
    There is more code to highlight the cell in color if it is the only cell with the lowest score.
    Thanks

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: EXCEL Conditional Formatting

    Hi,

    In the same CF perhaps

    =AND(BI7<>"",AND(D7=MIN(D$7:D$38),COUNTIF(D$7:D$38,MIN(D$7:D$38))=1))

    otherwise a second (earlier in precedence terms) CF which uses the default format

    =BI7&=""

    and set the format as appropriate
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    02-24-2012
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: EXCEL Conditional Formatting

    Richard, your formula Did not work. My question was flawed. Turns out I really need to set the condition on the "applies to" section of excel 2010's Highlight if code.
    Last edited by FDG; 03-06-2012 at 11:01 AM.

  4. #4
    Registered User
    Join Date
    02-24-2012
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: EXCEL Conditional Formatting

    Okay, Trying again to explain the need and how to modify the current foumula. I have a conditional formula and range to highlight with color a cell in each of 18 columns if and only if that number is the lowest number and not duplicated. Currently I have to sort names from another sheet and copy to the start of a row in this sheet and also copy a handicap number into a later col in the same row. I would like to copy all the names and handicaps to this sheet and select only an active list of rows to be evaluated for lowest number in the col. So I have added a col outside the evaluation range which I mark with an X to indicate the row "should be" included. Problem for me is I need help with the formulas to make only the selected rows work. Here are the formulas that work with only contiguous rows. I need to bypass any row that has a blank in row $BI7:$BI38.
    Please Login or Register  to view this content.
    If it would help tell me how to post a sheet that is currently filled out.
    Thanks
    Dale
    Attached Files Attached Files
    Last edited by FDG; 03-03-2012 at 10:20 PM. Reason: Attach File

+ 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