+ Reply to Thread
Results 1 to 5 of 5

Error-Can anyone tell me why the following formula is returning a #VALUE! error?

  1. #1
    Registered User
    Join Date
    01-24-2006
    Posts
    4

    Error-Can anyone tell me why the following formula is returning a #VALUE! error?

    Hello,

    Can anyone tell me why the following formula is returning a #VALUE! error?

    =SUM(B6*(B15:B22))+(B7*(C15:C22))+(B8*(D15:D22))

    Its really bugging me, any help much appreciated.

  2. #2
    Guest

    re: Error-Can anyone tell me why the following formula is returning a #VALUE! error?

    Hi

    This is an array formula and should be entered with Ctrl+Shift+Enter to
    work.

    Andy.

    "Blues" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > Can anyone tell me why the following formula is returning a #VALUE!
    > error?
    >
    > =SUM(B6*(B15:B22))+(B7*(C15:C22))+(B8*(D15:D22))
    >
    > Its really bugging me, any help much appreciated.
    >
    >
    > --
    > Blues
    > ------------------------------------------------------------------------
    > Blues's Profile:
    > http://www.excelforum.com/member.php...o&userid=30771
    > View this thread: http://www.excelforum.com/showthread...hreadid=525640
    >




  3. #3
    Duke Carey
    Guest

    re: Error-Can anyone tell me why the following formula is returning a #VALUE! error?

    It's an array formula. Are you commiting it as an array?

    Do so by selecting the cell with the formula, pressing the F2 key to go into
    edit mode, then pressing

    Shift-Ctrl-Enter



    "Blues" wrote:

    >
    > Hello,
    >
    > Can anyone tell me why the following formula is returning a #VALUE!
    > error?
    >
    > =SUM(B6*(B15:B22))+(B7*(C15:C22))+(B8*(D15:D22))
    >
    > Its really bugging me, any help much appreciated.
    >
    >
    > --
    > Blues
    > ------------------------------------------------------------------------
    > Blues's Profile: http://www.excelforum.com/member.php...o&userid=30771
    > View this thread: http://www.excelforum.com/showthread...hreadid=525640
    >
    >


  4. #4
    Roelof van Wyk
    Guest

    Re:Error

    =(B6*(SUM((B15:B22)))+(B7*(SUM(C15:C22)))+(B8*(SUM(D15:D22))))

    This should also work.

  5. #5
    John Lyons
    Guest

    re: Error-Can anyone tell me why the following formula is returning a #VALUE! error?

    I don'y think SUM likes the multiplication within the brackets!
    Try
    =(B6*SUM(B15:B22))+(B7*SUM(C15:C22))+(B8*SUM(D15:D22))

    "Blues" wrote:

    >
    > Hello,
    >
    > Can anyone tell me why the following formula is returning a #VALUE!
    > error?
    >
    > =SUM(B6*(B15:B22))+(B7*(C15:C22))+(B8*(D15:D22))
    >
    > Its really bugging me, any help much appreciated.
    >
    >
    > --
    > Blues
    > ------------------------------------------------------------------------
    > Blues's Profile: http://www.excelforum.com/member.php...o&userid=30771
    > View this thread: http://www.excelforum.com/showthread...hreadid=525640
    >
    >


+ 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