+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting Conundrum

  1. #1
    Registered User
    Join Date
    01-05-2012
    Location
    Baltimore
    MS-Off Ver
    Excel 2007
    Posts
    1

    Conditional Formatting Conundrum

    Hello All:

    First time poster here.

    I was hoping someone could give me some advice on how to solve this issue. I should first let you know this is just for some fantasy baseball stuff, so nothing of major importance.

    I have conditional formatting set-up that if a (C, 1B, 2B or SS) shows up in B4, then B4:C7 will highlight as a certain color. I set-up four different conditions to do this.

    The problem is, now I want to do them same for the rest of the spreadsheet. I can't seem to just copy and paste that formula to other areas. It always refers back to what is in cell B4. If I try removing the $ sign, the entire B4:C7 will not highlight, just a portion will. Do I have to do this manually to each area.

    What am I missing here? Thanks for your help.

    Kyle

    Screen Shot 2014-01-18 at 11.22.51 AM.png

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Conditional Formatting Conundrum

    Hi
    merged cells are very pretty but a pain to work with . That is why they should be avoided at all costs except for cosmetic purposes.
    It would be easier to redesign your sheet without merged cells first.
    If you're still stuck, pleas post a sample sheet ( no pic) - Thx

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Conditional Formatting Conundrum

    if you insist on merged cells then you have to revise the formula to reference the same cell in each block
    so for say b4:s100
    you'd apply for say ="C"
    cf format use a formula option to b4 of
    =INDEX($B$4:$S$100,CEILING(ROWS($A$1:$A1)/4,1)*4-3,CEILING(COLUMNS($A$1:A$1)/2,1)*2-1)="c"
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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. Replies: 1
    Last Post: 09-20-2013, 06:23 PM
  2. conditional formatting conundrum
    By henro8 in forum Excel General
    Replies: 6
    Last Post: 08-05-2008, 11:08 AM
  3. Formatting conundrum
    By scunni in forum Excel General
    Replies: 3
    Last Post: 10-29-2006, 08:12 PM
  4. VBA conundrum
    By csi in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 10-27-2005, 03:05 PM
  5. [SOLVED] ISERROR Conundrum
    By JBoulton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 02:05 PM

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