A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I will suggest following solution -
- Let's say your values are in A1:A10 and you want to display circles in B1:B10.
- Put following formula in B1 and drag down to B10
=IF(A1="VOT",1,IF(A1="MOT",2))
- Select B1 to B10, apply conditional formatting>New Rule>Format All Cells Based on Their values
- In the Format Style, choose Icon Sets.
- In Icon Style, Choose 3 circles as shown below
- Click Show Icon Only.
- Choose First Red and in second choose Yellow circle as in picture (It will change Icon Style to Custom. It doesn't make any difference). Third Red circle is redundant.
- Choose Number in Type and put values in Value as in picture.
3