• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Combo box with linked cell automatic update

Shan

New Member
Hi, I have a list of projects on a sheet, every row in column D has a combo box which draws supplier name from the next sheet "SuppName". Dependent on the supplier name, there is a vlookup formula which brings in the spend by supplier in column E.
Since the combo box is on every row (in reality there is over 50 rows and growing), I had to manuallly copy, paste and change linked cell reference manually. Is there a way to make the linked cell reference change automatically when a new row is inserted? I have attached a sample file of what I am trying to achieve.
 

Attachments

  • Program Tracker Template Week Commencing 30-Jun-14a.xlsm
    154.8 KB · Views: 24
PFA. workbook hope its same what you want
PS : why you are using combo box instead of data validation, i mean validation will also do the same.
 

Attachments

  • Program Tracker Template Week Commencing 30-Jun-14- sol.xlsm
    155.6 KB · Views: 15
Hi ,

If I were you , I would use Data Validation.

Narayan


I tried data validation initially but supplier list is very long and I had to scroll down to select supplier, I decided combo box was the better option as it enables auto fill.
 
Hi,

Instead of having multiple combobox have a single comb0box and while change, the active cell may be filled with the combobox content
 
Hi,

Instead of having multiple combobox have a single comb0box and while change, the active cell may be filled with the combobox content

Not sure how this would work especially since the users have to select different suppliers for different rows. How can you then link the combo box selection to the different cells. I can do this manually no problem, but am looking for an automated solution.
 
Hi,

Check out the attachment

Select any cell then go to combobox and select or type a different supplier name the activecell will be filled with the combobox value
 

Attachments

  • Program Tracker Template Week Commencing 30-Jun-14a.xlsm
    147.8 KB · Views: 74
Back
Top