I have inherited a huge ss that has different rows layered using different fonts, italics and bold. For example, a level 1 item is bold/no italic, level 2 is bold/italic, level 3 is regular/no ital, and level 4 is regular/italic. I want to change these levels to different colors so they are easier to see (old eyes ). The font style does not need to change, only the color. For example, would leave level 1 black but make level 2 red, level 3 blue, etc. Something like : IF font = bold, italic THEN font = red.
B
B