"Bill Martin -- (Remove NOSPAM from addre" wrote:
> Jmadden wrote:
> > I am doing come calculations and end up with 139.7 for example. If I format
> > the cell as a number with no decmial points it automatically rounds up to
> > 140. Normally this is ok, but in this case I don't wnat it to round. Can I
> > turn the rounding feature off?
>
> If you format the cell as "general" rather than using a specific number
> format I believe you'll get what you want.
>
> Enter PI() into a cell for example, and play with the various formatting
> options. Right click on the cell and choose "Format Cells" and then the
> "Number" tab. As you select the various format options you'll see the
> effect in the little "sample" box.
>
> Bill
Thanks Bill,
after doing some more searching in the help data, I found the "int"
function. This gives you only the integer portion of a calculation. for
example "=int(a1/a2)" will give you 139, where simply a1/a2 gives you 139.75
which will round up if you remove the number of decmial positions.
Thanks again for you suggestions....
|