+ Reply to Thread
Results 1 to 18 of 18

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

Hybrid View

  1. #1
    Registered User
    Join Date
    02-24-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    9

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

    Quote Originally Posted by NBVC View Post
    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"
    This is perfect!! One last thing if you don't mind, what would the code change be if I wanted to have X number of boxes?

  2. #2
    Registered User
    Join Date
    02-24-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    9

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

    Let me clarify. If I was X+ more down down boxes with the same options so people can select Food 1 and Food 4 at the same time.

+ 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