+ Reply to Thread
Results 1 to 5 of 5

Conditional formating

  1. #1
    Registered User
    Join Date
    08-21-2013
    Location
    Vijayawada, Andhra Pradesh
    MS-Off Ver
    Excel 2007
    Posts
    12

    Conditional formating

    hai

    I am attaching a file containing date and qty.

    I want CONDITIONAL FORMATING (Dec 2015 & Jan 2015 ) with Qty coloured.

    With out VBA code if possible.
    Attached Files Attached Files

  2. #2
    Forum Contributor MariaPap's Avatar
    Join Date
    10-19-2013
    Location
    Chania-Crete-Greece
    MS-Off Ver
    Excel 2003-2010
    Posts
    319

    Re: Conditional formating

    Try in cf rules this.

    =OR(AND(MONTH($C4)=1,YEAR($C4)=2016),MONTH($C4)=12,YEAR($C4)=2015)
    Attached Files Attached Files

  3. #3
    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 formating

    Celect C4:D42 then apply =AND($C4>DATEVALUE("30/11/2015"),$C4<DATEVALUE("01/02/2016")) as CF

  4. #4
    Registered User
    Join Date
    08-21-2013
    Location
    Vijayawada, Andhra Pradesh
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Conditional formating

    thanks sir i am trying

  5. #5
    Registered User
    Join Date
    08-21-2013
    Location
    Vijayawada, Andhra Pradesh
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Conditional formating

    thank q sir it works

+ 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: 5
    Last Post: 03-14-2014, 04:03 AM
  2. Replies: 4
    Last Post: 01-23-2014, 10:14 AM
  3. Conditional formating-What formula do i need to use in conditional formating
    By warrima in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-07-2009, 12:33 AM
  4. Replies: 6
    Last Post: 08-14-2006, 05:00 PM
  5. Replies: 2
    Last Post: 03-27-2006, 12:10 PM
  6. Install dates formating using conditional formating?
    By Jerry Eggleston in forum Excel General
    Replies: 2
    Last Post: 11-09-2005, 01:49 PM
  7. Replies: 1
    Last Post: 03-08-2005, 03:06 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