How is the fill for the first set of cells changed?
Did you use format|conditional formatting for those, too?
If no (you just formatted the cell), you can use a userdefined function to
return the value for the color of the fill.
See Chip Pearson's site for a nice version:
http://www.cpearson.com/excel/colors.htm
Look for: Returning The ColorIndex Of A Cell
Then you could use that UDF in your formula for the conditional formatting for
the other cells.
==========
On the other hand, if you used Format|conditional formatting to color the fill
of the first set of cells, then the code is not for the faint of heart.
Visit Chip Pearson's site for more info:
http://www.cpearson.com/excel/CFColors.htm
====
If possible, I'd try to use a helper cell that mimicked the conditional
formatting formula, then use that cell in the next set of format|conditional
formatting.