+ Reply to Thread
Results 1 to 3 of 3

can I add a column and roundup with 1 function?

Hybrid View

  1. #1
    Sheila
    Guest

    can I add a column and roundup with 1 function?

    I need to add a column of numbers (about 25) and round the total. How do I
    do that in one cell (function)?

  2. #2
    Ardus Petus
    Guest

    Re: can I add a column and roundup with 1 function?

    =ROUND(SUM(A1:A25);2)

    HTH
    --
    AP

    "Sheila" <Sheila@discussions.microsoft.com> a écrit dans le message de
    news:62216980-FC8C-418A-A4FA-2CDC727D719C@microsoft.com...
    > I need to add a column of numbers (about 25) and round the total. How do

    I
    > do that in one cell (function)?




  3. #3
    Ardus Petus
    Guest

    Re: can I add a column and roundup with 1 function?

    Oooops:
    =ROUND(SUM(A1:A25),2)

    (I'm used to french localized syntax)

    --
    AP

    "Sheila" <Sheila@discussions.microsoft.com> a écrit dans le message de
    news:62216980-FC8C-418A-A4FA-2CDC727D719C@microsoft.com...
    > I need to add a column of numbers (about 25) and round the total. How do

    I
    > do that in one cell (function)?




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1