South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
=IFS(
A1 > 11000000, 1026000 + ((A1 - 11000000) * 0.13),
A1 > 2475000, 88250 + ((A1 - 2475000) * 0.11),
A1 > 1925000, 44250 + ((A1 - 1925000) * 0.08),
A1 > 1375000, 11250 + ((A1 - 1375000) * 0.06),
A1 > 1000000, 0 + ((A1 - 1000000) * 0.03),
TRUE, 0
)