answersLogoWhite

0

If a formula returns a number, you can do some things to show it as an integer, though it will depend what way you want the value. There are three functions that are of use for rounding numbers to zero decimal places. ROUND will round the value to the nearest integer. ROUNDDOWN will round the number down to the value below it. ROUNDUP will round to the number above it. Say your value was in cell A2, then in another cell you could use the following functions:

=ROUND(A2,0)

=ROUNDDOWN(A2,0)

=ROUNDUP(A2,0)

In place of the A2 you could have an actual formula, like an Average function for example:

=ROUND(AVERAGE(A2:A10),0)

You could also use the INT function to get the integer part of the number like this:

=INT(A2)

You can also copy a cell with a formula in it and use Paste Values to convert it to the actual number its result is, and then use one of the rounding functions or the INT function to convert that number to an integer.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Where you can change formulas in Excel?

You can change them in two places. You can change them directly in the cell. You can also change them in the Formula Bar.


What does Excel use to automatically to modify values?

Formulas will change their results as other things change in a spreadsheet.


What do Excel convert all formulas from?

Excel does not convert formulas from anything. Formulas are displayed as you enter them in cells. [[What do excel convert all formulas from#ixzz15yaIeMD4|]]


Can an existing database be recalibrated when you start Excel?

All formulas recalculate when Excel opens, so if a database in Excel has formulas in it, it will be recalibrated. It could also be linked to another file or external source which may make it change when it is opened.


Total number of formulas in Excel?

The amount of formulas that can be done in Excel is infinite.


What does Excel convert all formulas from?

Excel does not convert formulas from anything. Formulas are displayed as you enter them in cells.


What are 8 formulas used in Excel?

There are thousands of formulas and more than a hundred functions used in Excel.


'How do you do formulas on Excel and continue to work with answer as a numerical value and not a formula '?

'How do you do formulas on excel and continue to work with answer as a numerical value and not a formula '


What is the formula for sound on spreadsheet?

There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.There is no specific formula or function for sound in Excel. As there are mathematical formulas for sound, like ones for speed of sound in water or in air, you can use Excel to do the calculations if you know what those formulas are.


What are some Excel formulas that you might use or need if you were a financial planner?

Future value Present value Compound or simple interest Amortization/Depreciation


Why is there a need to know what functions are in creating formulas in Microsoft Excel?

Functions are basically built-in formulas in Excel. They are used extensively in Excel, so it is very important to know how to use them.


Where can you get a list of Microsoft Excel column formulas?

There are no column formulas in Excel. Only formulas you put in individual cells. The closest thing to a column formula would be VLOOKUP.