+ Reply to Thread
Results 1 to 6 of 6

Complex Conditional Formatting Problem

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: Complex Conditional Formatting Problem

    Have a look at the new conditional formatting formula in the attached.

    If you need help explaining it, let us know.

    S.
    Attached Files Attached Files
    If I've been of help, please hit the star

  2. #2
    Registered User
    Join Date
    01-29-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    5

    Question Re: Complex Conditional Formatting Problem

    Quote Originally Posted by Spencer101 View Post
    Have a look at the new conditional formatting formula in the attached.

    If you need help explaining it, let us know.

    S.
    Thank you for your help. I also need to insert a date in the Storage Date column whenever something is added to the Contents List column. Then, the Expiration Date column needs to have the current date plus 60 days. I'm running the following macro in it, but it is not working. Strange part is, I have used this exact same code in other workbooks, and it has worked. Am I not saving it properly? Is there some setting that is not correct? I have attached the workbook sample you gave me, with the new macro. I have also saved it as a macro enabled workbook.

    Private Sub Worksheet_Change(ByVal Target As Range)

    If Not Intersect(Target, Range("D2:D61")) Is Nothing Then

    Target.Offset(0, 1) = Now()
    Target.Offset(0, 2) = Now() + 60

    End If



    End Sub


    I appreciate the help from all the people who reply to my thread.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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