Data Formatting controls *appearance*, not value (mostly). Use Number formats (Rs, ), Alignment, Font, Colors, Borders accessed via Home tab / Format Cells.
Excel's ROUND function changes the *value* to a specified number of digits (decimal places if positive, integer if 0, tens/hundreds if negative). Use `ROUNDUP` to always round up, `ROUNDDOWN` to always round down.