+ Reply to Thread
Results 1 to 7 of 7

Excel 2007 : Help populating cells according to combinations

Hybrid View

  1. #1
    Registered User
    Join Date
    03-18-2010
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Help populating cells according to combinations

    Thank you for the responses and sorry for the late reply. I'm obviously a bit out of my depth but I compiled a simple document that hopefully should make things a bit clearer.

    We have a retail business and basically we just want to set up a reward system for the guys in the shop. If you have a look at Sheet 2 of the workbook it has the lists for the drop downs that are used on Sheet 1 and next to it is a table that shows how the points are allocated according to the product, length of the sales contract and whether it's a new sale or an upgrade.

    I would like the salesmen to be able to enter the data into columns A, B and C and have column D be automatically populated with the correct amount of points according to that combination.

    Thank you in advanvce!
    Attached Files Attached Files

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Help populating cells according to combinations

    See attached. Had to fix a couple of named ranges and the Data validation (which you will need to correct in your real workbook)

    A named range was created for the points table and the LOOKUP function nested within VLOOKUP to determine which column to return the values.

    =VLOOKUP(A3,Points_Table,LOOKUP(LEFT(B3,1)&C3,{"N12","N24","U12","U24"},{1,2,3,4})+1,FALSE)
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ 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