+ Reply to Thread
Results 1 to 8 of 8

conditionally format cell based on another cell that is manually colored

  1. #1
    Registered User
    Join Date
    07-23-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    3

    conditionally format cell based on another cell that is manually colored

    let's say cell A1 is colored blue manually, how can i format cell b1 to be colored red? is it possible in conditional formatting?

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: conditionally format cell based on another cell that is manually colored

    If you assign a value like 1 for red and 2 for green like that and enter the 1 in A1 with your manual blue color. Then based on the value in A1 cell we can color the B1 cell with desired color.

    Otherwise you have to go for vba solution if you don’t want to enter the numbers in Column-A.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: conditionally format cell based on another cell that is manually colored

    Hi and welcome to the forum

    Formatting (colors, font, bold etc) are cosmetic visual aids for people, and are not data. Excel works with data and does not "see" formatting, so unless you can use something like Six suggested, you will have to go the VBA route
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    07-23-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: conditionally format cell based on another cell that is manually colored

    thanks for your responses. I can't assign values for the first cell because datas will be encoded. cell color is like my indicator that some data will have to be encoded on that cell and am not familiar with VBA.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: conditionally format cell based on another cell that is manually colored

    OK well is there any logic to how/why the 1st cell gets colored? Maybe is there is, we can use that for the 2nd cell (and maybe the 1st 1 too?)

  6. #6
    Registered User
    Join Date
    07-23-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: conditionally format cell based on another cell that is manually colored

    yes. for example, when the cell A1 is colored blue, cell B1 will also be colored (which means there is next information needed). but when A2 is colored red, cell B2 will remain as it is (which means no more next info needed). sorry if i can't explain clearly..

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: conditionally format cell based on another cell that is manually colored

    What is the possible number of permutation combination in this case?

    In your above case there is only 2 color combinations Red and Blue.

    If blue is chosen then red needs to be filled to the next cell.
    If Red is chosen then No action

    Whether these two color combinations are the only criteria’s OR several like this?
    Last edited by :) Sixthsense :); 11-25-2013 at 02:21 AM. Reason: Corrected the are to OR in the sentence

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: conditionally format cell based on another cell that is manually colored

    Quote Originally Posted by khay0218 View Post
    yes. for example, when the cell A1 is colored blue, cell B1 will also be colored (which means there is next information needed). but when A2 is colored red, cell B2 will remain as it is (which means no more next info needed). sorry if i can't explain clearly..
    OK but I meant, is there any logic to how the cells in A are colored - the 1's you color manually?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 10
    Last Post: 10-07-2013, 11:29 AM
  2. [SOLVED] Conditionally format cell based on dates within a number of days apart
    By mjy58 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-24-2013, 06:01 PM
  3. Replies: 4
    Last Post: 02-14-2013, 01:45 PM
  4. Conditionally Format Row Based on Leading Cell
    By 605Scorpion in forum Excel General
    Replies: 7
    Last Post: 06-12-2010, 08:26 AM
  5. Conditionally change number format based on another cell's value
    By Fidd$ in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-03-2009, 07:58 AM

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