+ Reply to Thread
Results 1 to 6 of 6

copying conditional formatting

  1. #1
    Registered User
    Join Date
    11-14-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2007
    Posts
    4

    copying conditional formatting

    I have a bunch of cells where I would like to write a number representing a task. Once any of the task is assigned to a person, I would like to highlight the number from the task list. So far I've managed to create the rule in the rule manager, but I can't copy it to apply it to all the other cells. I've read about paste special, format copy, but none of these two seems to work, maybe I'm doing it wrong...
    Any suggestions??

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: copying conditional formatting

    Hi,

    You can usually apply conditional formatting to more than one cell just by selecting them all first but the copy...paste special...format should also work. Can you explain what condition you are trying to apply and/or upload a sample workbook?

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    11-14-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: copying conditional formatting

    I uploaded an example. Mi intention is to be able to write a number within A1:C33 and it will be crossout the number from the list. As i said, so far i have done it with help of the rule manager, and the rule is illustrated in the pic.

    It's in danish, but what is says is: cell value equals to $A$1. I can't select more than one particular cell at a time.

    I can't copy the format from cell A1, into the other cells. That is my issue.

    What do you think?
    Attached Images Attached Images
    Attached Files Attached Files

  4. #4
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: copying conditional formatting

    Select D1:D33 and then in conditional formatting use this as the formula:

    =COUNTIF($A$1:$C$33,D1)>0

    and set your format.

    Dom

  5. #5
    Registered User
    Join Date
    11-14-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: copying conditional formatting

    Still no luck man,

    I picked the cells D1:D33/conditional formatting/new rule/use a formula to define the cells to format/ I copy what you wrote,=TÆL.HVIS($A$1:$C$33,D1)>0 (danish version) and then an error shows up about an error in the formula. I went also through formula/insert function.
    Then I choose the area, but it ask for a criteria.

    Thanks for your patience...

  6. #6
    Registered User
    Join Date
    11-14-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: copying conditional formatting

    Got it!

    The formula was =TÆL.HVIS($A$1:$C$33;D1)=D1
    (COUNTIF) ,)
    I guess you had a typing mistake, using a colon instead of a semi colon...

    Thanks a lot for your help!!

+ 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