Forum Discussion
Excel Formula Color Coding Logic
- JKPieterseOct 23, 2018Silver Contributor
As Ingeborg says: there is no logic other than a simple left-to-right order of appearance in the formula, with one exception: repeating references have the same colour as their first appearance.
Note that the colors are different for other versions of Excel. I picked up the colors from my Excel 2016. Those appear to be less intense than the colors of Excel 2010. - Oct 23, 2018
Hello,
I'm not sure that this is documented anywhere. My experience is that the colour coding in the formula references is strictly on a left to right basis. The first reference to a cell, range or named range will be blue, the next one red, and so on. If a reference is used more than once in a formula, each mention of that reference will get the same colour as the first mention of that reference. If cell addresses are used interchangeably with range names, they will get the same colour assigned.
Does that help?