+ Reply to Thread
Results 1 to 4 of 4

Substituting values to an array to compute for another value

  1. #1
    Registered User
    Join Date
    11-19-2009
    Location
    CA
    MS-Off Ver
    Excel 2007
    Posts
    62

    Substituting values to an array to compute for another value

    Hi,

    Not sure how to go about this table problem
    We have defined categories for each of the "fruits" -ie. category A,B,C,D
    Each category represents a value multiplier - ie. A - 1/ B - 2/ C - 4 /D - 8

    On another table, we plot the categories on each rows. The idea is to substitute the categories with number and multiply the same to the the perceived number of fruits

    Enclosed herein is a sample worksheet

    Hope you could provide some ideas. Unfornately, macro is not option right now due to maintainance.
    thanks,
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Substituting values to an array to compute for another value

    Hello
    Perhaps the following Sumproduct formula might work:

    Please Login or Register  to view this content.
    Copied down alongside your 'Perceived # of Fruit' table.

    Hope this helps.
    DBY

  3. #3
    Registered User
    Join Date
    11-19-2009
    Location
    CA
    MS-Off Ver
    Excel 2007
    Posts
    62

    Re: Substituting values to an array to compute for another value

    Sorry for the late reply.. it worked great... thanks....

  4. #4
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Substituting values to an array to compute for another value

    at H3
    =INDEX($B$12:$B$15,MATCH(LOOKUP("z",$B3:$G3,$B3:$G3),$A$12:$A$15,0))*INDEX($B$2:$G$2,MATCH(LOOKUP("z",$B3:$G3,$B3:$G3),B3:G3))

    copy down

+ 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