Results 1 to 18 of 18

Drop down list to auto-populate fields and multiplied by another field

Threaded View

  1. #12
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Drop down list to auto-populate fields and multiplied by another field

    See if the attached helps.

    I am assuming only one dropdown selection per your sample.

    I separated you data into separate cells so they can be more easily looked up.... and then applied formula in E8:

    =IF(AND($C8=$B$2,ISNUMBER(MATCH(E$7,INDEX($T$6:$AD$9,MATCH($B$2,$S$6:$S$9,0),0),0))),$C$2,"")

    copied down and across the table.

    you can make the T6:AD9 and S6:S9 ranges as wide as you want to include more possible "food"
    Attached Files Attached Files

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