+ Reply to Thread
Results 1 to 3 of 3

Conditional formatting a cell

Hybrid View

loopoo Conditional formatting a cell 02-21-2006, 03:55 AM
avveerkar Question is not very clear.... 02-21-2006, 04:46 AM
loopoo Thanks a lot for your post. ... 02-21-2006, 05:46 AM
  1. #1
    Registered User
    Join Date
    11-14-2005
    Posts
    37

    Conditional formatting a cell

    Hi everybody!

    I have this situation:

    A1 B1 C1 (the cells in a sheet)

    value1 value2 formula

    formula (in C1) is value1 - value2.

    My question is how can I condition the format of the cell with the formula (C1), function of the sign of the two members (value1 in A1, value2 in B1) ?


    Thanks in advance,
    Chris

  2. #2
    Forum Contributor
    Join Date
    01-10-2006
    Location
    Ahmedabad, India
    MS-Off Ver
    Office 2000
    Posts
    346
    Quote Originally Posted by loopoo
    Hi everybody!

    I have this situation:

    A1 B1 C1 (the cells in a sheet)

    value1 value2 formula

    formula (in C1) is value1 - value2.

    My question is how can I condition the format of the cell with the formula (C1), function of the sign of the two members (value1 in A1, value2 in B1) ?


    Thanks in advance,
    Chris
    Question is not very clear. Do you want to format C1 depending on values of A1 and B1? Like C1 should be blue if value1 ( in A1) is negative and red if value2 is negative and say orange, when both are negative?

    A V Veerkar

  3. #3
    Registered User
    Join Date
    11-14-2005
    Posts
    37
    Thanks a lot for your post.

    The solution was something like OR (And(a1<0, b1<0, c1<0), and(a1>0, b1>0, c1>0))

    Chris

+ 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