+ Reply to Thread
Results 1 to 2 of 2

Conditional formatting

  1. #1
    Kelly
    Guest

    Conditional formatting

    What i am trying to accomplish is if
    Column K has a letter value in it and there is no date value in column L,
    then i want column M to have the letter "x" put in it and the cell background
    color formatted to red. Additionally, if there is a letter value in Column K
    and a date value in Column L, then Column M should remain blank.


  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    =IF(COUNTA(K1:L1)<2,"X","")
    place this formula in m
    highlite cell m1 and goto to format=>conditional format
    select if cell value
    the next box select equals to
    next box type in X
    click the format
    font
    select the colour you want
    press ok till you are out of conditional formating
    try it out

+ 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