Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'm new here so please excuse me if I'm not very clear. I am currently working on a worksheet that contains a copy of a pivot table from another worksheet. Some of the cells which were 0, I replaced with a sum of values from a different workbook. However, I now want to color the original cells that once contained 0, blue. Now they contain different values, and so I wouldn't use conditional format. Also - I'd like to learn some VBA. The way I think I can do this is by making a macro that matches the cell reference to the pivot table and if the values are not equal , to color the cell blue. Any help is appreciated Tom |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I forgot to mention that the pivot table has blank cells sporadically
through it I've replaced these blank cells with "No Data" in the copy of the pivot table |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom,
In my opinion, there is no need for a macro ... With conditional formatting, use Formula Is =ISNA(Match(yourCell,yourRangeName,0)) and pick whatever format differentiator you want ... Do not forget to Insert Name Define yourRange, since all elements are not located in the same worksheet. HTH Cheers Carim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell Coloring | Excel Discussion (Misc queries) | |||
Cell coloring | Excel Discussion (Misc queries) | |||
Fill coloring for Past Dates in a worksheet | Excel Worksheet Functions | |||
Look up and match Vendor name in one cell of worksheet from list ofmultiple Vendor names in column of other worksheet | Excel Worksheet Functions | |||
match cell from one worksheet to data in another | Setting up and Configuration of Excel |