+ Reply to Thread
Results 1 to 5 of 5

Conditional Formatting - Calendar

Hybrid View

efernandes67 Conditional Formatting -... 12-10-2010, 08:55 AM
NBVC Re: Conditional Formatting -... 12-10-2010, 09:10 AM
efernandes67 Re: Conditional Formatting -... 12-10-2010, 10:02 AM
efernandes67 Re: Conditional Formatting -... 12-10-2010, 10:20 AM
efernandes67 Re: Conditional Formatting -... 12-10-2010, 11:06 AM
  1. #1
    Registered User
    Join Date
    01-01-2005
    MS-Off Ver
    2007
    Posts
    368

    Conditional Formatting - Calendar

    Hi,

    See file in attach.

    My calendar days have formulas so I need to create conditional formatting rules that show me the events listed in the table.

    In cells D16 and D18, you can see that my formula works fine, but now I need to put in condtionional formatting rule.

    I created A rule on Cell D8 but it is not working. What am I doing wrong?

    The example is simple but its not very easy to explain in words, so get a look at the file .

    Regards,
    Elio Fernandes
    Attached Files Attached Files
    Last edited by efernandes67; 12-10-2010 at 11:06 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Conditional Formatting - Calendar

    2 things...

    - conditional formatting does not accept CSE array formulas...
    - it seems it also doesn't like using the table references...

    But if you refer them to indirectly with INDIRECT() it seems to work fine....

    so try:


    =INDEX(INDIRECT("tbPlanner[Type]");MATCH(1;INDEX((INDIRECT("tbPlanner[Name]")=Name)*(INDIRECT("tbPlanner[Start Date]")<=H8)*(INDIRECT("tbPlanner[Start Date]")>=H8);0);0))="Fr"
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-01-2005
    MS-Off Ver
    2007
    Posts
    368

    Re: Conditional Formatting - Calendar

    Thanks it's working.

    Regads,
    Elio fernandes

  4. #4
    Registered User
    Join Date
    01-01-2005
    MS-Off Ver
    2007
    Posts
    368

    Re: Conditional Formatting - Calendar

    Hi,

    I used your formula and its working ok, but when I changed the "applies to:" $C$6:$I$11, I was expecting that day 12 and 13 would get "Blue" as day 11 and 16,17 and 18 would get "Green" as day 15. What seems to be the problem?

    Regards,
    Elio Fernandes

  5. #5
    Registered User
    Join Date
    01-01-2005
    MS-Off Ver
    2007
    Posts
    368

    Re: Conditional Formatting - Calendar

    Hi,

    I hust find what was the problem.

    In the formula I was rferencing the "Start Date" Twice and not referencing the "End Date".

    Elio Fernandes

+ 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