IF(
{Dot Goal},
REPT(
' ',
3-LEN(
INT(
(IF(
Current<={Dot Goal},
Current,
{Dot Goal}
)/{Dot Goal})*100
)&''
)
)&
INT(
(IF(
Current<={Dot Goal},
Current,
{Dot Goal}
)/{Dot Goal})*100
)&
'% '&
REPT(
'🔴',
INT(
(IF(
Current<={Dot Goal},
Current,
{Dot Goal}
)/{Dot Goal})*10
)
)&
IF(
ROUND(
MOD(
(IF(
Current<={Dot Goal},
Current,
{Dot Goal}
)/{Dot Goal})*10,
1
),
0
)=1,
'❗️'
)
)