A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Leonard Fong,
It's better to provide a sample data so we can better assist.
I presume that you have the same data structure as "America - 10" which formatted "Country - Point".
You can fill the cell by:
- Text that contains... option in Conditional Formatting.
- Extract the point and apply color by formula:
- Conditional Formatting > Manage Rules... > New Rule...
- Choose Use a formula to determine which cells to format
- Format values where this formula is true: example
=VALUE(TEXTAFTER(A1,"- "))>5 - Click Format... to set the cell formatting
- Apply
Example screenshot:
If you have difficulties in any steps, please feel free to let me know.