Hey everyone!
I'm using Excel 2007 and trying to create a survey to send out to my co-workers about rating different ideas. The rating system works perfectly -- the problem is, making it work for more than one idea! What it does is have 3 radio buttons (1, 2, 3) for a bunch of different criteria, and then tallies it up at the end in a "Total Score" box.
What I need is a way to press a button that applies the Total Score to the current Idea being rated, so they can move on to rating the next idea
I've attached what I have so far here:
http://www.filesavr.com/ZBSIYKXUHIZF3GK
As you can see, I've tried to create a listbox, with 3 columns. That way, the user can select one item in the listbox, fill out the criteria ratings, and press submit.
The problem is, my submit button doesn't do anything I can't figure out how to make it modify the 3rd column (score) of the currently selected item.
Is there a way to basically say: ListBox1.SelectedItem.3rdColumn.Value = F10 (where F10 is the Total Score cell)
I know SelectedItem and 3rdColumn don't exist But I hope it helps explain what I'm trying to do
Any thoughts or ideas on this?? I'm also open to trying something totally without the listbox.
Thanks so much!
I'm using Excel 2007 and trying to create a survey to send out to my co-workers about rating different ideas. The rating system works perfectly -- the problem is, making it work for more than one idea! What it does is have 3 radio buttons (1, 2, 3) for a bunch of different criteria, and then tallies it up at the end in a "Total Score" box.
What I need is a way to press a button that applies the Total Score to the current Idea being rated, so they can move on to rating the next idea
I've attached what I have so far here:
http://www.filesavr.com/ZBSIYKXUHIZF3GK
As you can see, I've tried to create a listbox, with 3 columns. That way, the user can select one item in the listbox, fill out the criteria ratings, and press submit.
The problem is, my submit button doesn't do anything I can't figure out how to make it modify the 3rd column (score) of the currently selected item.
Is there a way to basically say: ListBox1.SelectedItem.3rdColumn.Value = F10 (where F10 is the Total Score cell)
I know SelectedItem and 3rdColumn don't exist But I hope it helps explain what I'm trying to do
Any thoughts or ideas on this?? I'm also open to trying something totally without the listbox.
Thanks so much!
Last edited: