Consulting

Results 1 to 3 of 3

Thread: Conditional Formatting Help :-)

  1. #1

    Conditional Formatting Help :-)

    Hey all and thanks for your input!

    here is where i am having issues. i will have 20 rows of data. in all that data, column H = start date / time, and column I will = my end date / time. i need to setup some type of conditional formatting based on this.

    for example, (if H <= today() <= I) then we want to fill that cell a color (in middle of event) <vbGreen>

    (if today() > I) then we want to fill that a different color (event passed) <vbRed>

    (if today() +2 > H and today() <= I) (event coming up in 2 days) then shade yet a third color. <vbYellow>

    let me know if you have any ideas that might work

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    somehow i expected something different, but this will work.

    thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •