Hi community,
I have the next formula...
Text(
(txt_TotalUnits1_N_OXN / Sum(
txt_TotalUnits1_N_OXN,
txt_TotalUnits2_P_OXN,
txt_TotalUnits3_K_OXN,
txt_TotalUnits4_S_OXN,
txt_TotalUnits5_Ca_OXN,
txt_TotalUnits6_Fe_OXN,
txt_TotalUnits7_Mg_OXN,
txt_TotalUnits8_Mn_OXN,
txt_TotalUnits9_Zn_OXN, "#%"
))
)

And I would like to convert to a percentage format like the next picture from Excel, any suggestion that would be great, thanks in
advance.

Kind regards 👋