+ Reply to Thread
Results 1 to 4 of 4

Complex Vector Computations

Hybrid View

  1. #1
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: More Vector Calculations

    EDIT: oops - sorry shg - didn't notice the title request

    I think this will be difficult to achieve using a SUMPRODUCT (non-array entry) given the nature of the A3 calculation

    You could perhaps use the following Array:

    G10:
    =SUM(($D$10:$D10*LOOKUP($B10-$B$10:$B10,{0,5,8},$A$1:$A$3))*IF($B10-$B$10:$B10>=8,INDEX($C$10:$C10,1+ROW($C10)-ROW($C$10))*300,1))
    confirmed with CTRL + SHIFT + ENTER
    copied down

    The above replicates your expected results though does make assumption of whole numbers in B10:B18
    Last edited by DonkeyOte; 05-07-2010 at 06:07 AM.

  2. #2
    Registered User
    Join Date
    05-03-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Complex Vector Computations

    Thanks again Donkeyote. Your name truly applies to amazing Excel technical abilities. At first I couldn't get it to work, then noticed/realized it was a vector calculation and saw your note. After using Ctrl + Shift + Enter it worked perfectly. Thanks again.

+ 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