### Problems: 1. The MATCH formula only takes the last four subprojects in the EXACT comparisons. 2. Slight discrepancies (i.e., a typo) are not immediately evident. ### Solutions: 1. Use `=IF(COUNTA(UNIQUE([range],TRUE))=1,TRUE,FALSE)` 2. Use conditional formatting; assume MASTER has correct LCF Custom Field Name ### Todo: - [x] assign this issue - [x] assign issue type (Bug, Feature, Task) - [x] label the issue with codemodule (so fixes can be aggregated and hotfixed together) - [ ] checkout appropriate branch and create `topic` branch - [ ] design, code and test - [ ] update codemodule <cpt_version>x.y.z</cpt_version> - [ ] update CurrentVersions.xml **manually** - [ ] commit message should begin with `Issue #XXX - ` - [ ] commit the change(s) - [ ] merge `topic` into appropriate branch(es) and push - [ ] delete topic branch