Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

How to Use the ROUNDUP function to round numbers up

Similar to the ROUNDDOWN function as explained here, the ROUNDUP function can be used to round up numbers in a worksheet. Here is the syntax that is used: ROUNDUP(number, num_digits) number: Any real number to be rounded up. num_digits: The number of digits number will be rounded up to. If greater than 0, number is rounded to num_digits [...]

Use the LEFT, MID, and RIGHT functions to extract date parts

For this example, we have values in column A that to us looks like dates but Excel cannot interpret them as dates. To resolve this problem, we will extract parts of the date using the LEFT, MID and RIGHT Functions and then we’ll put them in the correct format by using the DATE Function. Here [...]

How to Use the ROUND function to round numbers in Excel

Today, we will be learning to use the the Excel built-in ROUND function to round a number to a specified number of digits. The syntax for this function is: ROUND(number, num_digits) number: The number to be rounded. num_digits: The number of digits that the specified number will be rounded to. If greater than 0, number is rounded [...]