Sue,
Are you aware that all three formulae give different results?
(1) =LEFT(INT(A2),LEN(INT(A2))-1)&9
(2) =ROUNDUP(A1*1.5*1.14,-1)-1
(3) =CEILING(A1*1.5*1.14+1,10)-1
(1) = text format (2) and (3) = number
If after 50% markup and 14% VAT, the value is 99.99, formula (1) and (2) will give you 99 whereas formula (3) will give you 109. The discrepancy may not show unless certain values are hit.
Just want to highlight this fact for all readers.
Epinn
I have marked up prices with 50% plus 14% vat and then need to round up to
the nearest nine. Please help.
Many thanks
Warm regards
Sue