+ Reply to Thread
Results 1 to 3 of 3

Conditional format but referred from other cell

  1. #1
    Lamb Chop
    Guest

    Conditional format but referred from other cell

    How can do this:

    A:A contain date
    B:B has a formula e.g for B1 =if(A1=today(), "today", "")
    B2 =if(A2=today(), "today", "") etc

    C:C has some data


    I would like to bold the data in cell C if the corresponding B is "today"


    Thanks





  2. #2
    Gord Dibben
    Guest

    Re: Conditional format but referred from other cell

    Select range of cells in column C to format.

    Format>CF>Formula is: =$B1="today"

    Format>Font>Bold


    Gord Dibben MS Excel MVP

    On Sat, 29 Jul 2006 06:41:03 +1000, "Lamb Chop" <[email protected]> wrote:

    >How can do this:
    >
    >A:A contain date
    >B:B has a formula e.g for B1 =if(A1=today(), "today", "")
    > B2 =if(A2=today(), "today", "") etc
    >
    >C:C has some data
    >
    >
    >I would like to bold the data in cell C if the corresponding B is "today"
    >
    >
    >Thanks
    >
    >
    >



  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Select Col C and put this formula in Conditional formatting

    =IF($B1="today",TRUE,FALSE)

    VBA Noob

+ 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