+ Reply to Thread
Results 1 to 4 of 4

range of values

  1. #1
    Registered User
    Join Date
    02-08-2006
    Posts
    11

    range of values

    For the function below:

    =ROUNDDOWN((B98/($B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104))*C98,0)

    rather then specifing $B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104... how can I specify a range with less characters? Like $B$98 to $B$104

  2. #2
    Don Guillett
    Guest

    Re: range of values

    $B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104
    sum($B$98:$B$104)
    --
    Don Guillett
    SalesAid Software
    [email protected]
    "exceluser2" <[email protected]> wrote
    in message news:[email protected]...
    >
    > For the function below:
    >
    > =ROUNDDOWN((B98/($B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104))*C98,0)
    >
    > rather then specifing $B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104...
    > how can I specify a range with less characters? Like $B$98 to $B$104
    >
    >
    > --
    > exceluser2
    > ------------------------------------------------------------------------
    > exceluser2's Profile:
    > http://www.excelforum.com/member.php...o&userid=31338
    > View this thread: http://www.excelforum.com/showthread...hreadid=559105
    >




  3. #3
    Elkar
    Guest

    RE: range of values

    Try this:

    =ROUNDDOWN((B98/SUM($B$98:$B$104))*C98,0)

    HTH,
    Elkar


    "exceluser2" wrote:

    >
    > For the function below:
    >
    > =ROUNDDOWN((B98/($B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104))*C98,0)
    >
    > rather then specifing $B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104...
    > how can I specify a range with less characters? Like $B$98 to $B$104
    >
    >
    > --
    > exceluser2
    > ------------------------------------------------------------------------
    > exceluser2's Profile: http://www.excelforum.com/member.php...o&userid=31338
    > View this thread: http://www.excelforum.com/showthread...hreadid=559105
    >
    >


  4. #4
    Gord Dibben
    Guest

    Re: range of values

    =ROUNDDOWN((B98/SUM($B$98:$B$104))*C98,0)


    Gord Dibben MS Excel MVP


    On Thu, 6 Jul 2006 17:44:15 -0500, exceluser2
    <[email protected]> wrote:

    >
    >For the function below:
    >
    >=ROUNDDOWN((B98/($B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104))*C98,0)
    >
    >rather then specifing $B$98+$B$99+$B$100+$B$101+$B$102+$B$103+$B$104...
    >how can I specify a range with less characters? Like $B$98 to $B$104



+ 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