Hi all,
We have a 2007 excel spreadsheet at work that we use to do quality checks, we need to amend it but the person that created it has left.
it looks like this:
What we do, is select from a drop down list either YES, NO or N/A. At the bottom is a % score that uses the following formula:
=IF(D14="No","FAIL",IF(D15="No","Fail",(SUM(E8:E15))))
The problem I am having is that I have no idea how to have a drop down list like those shown that for instance, when you select YES will show YES in the cell but also assign it a score so that it can be totalled up.
Any advice?
EDIT: Just found a hidden column that checks what is in the drop down list and then assigns a value so I can now do that. Just need to know how to insert a drop down list?
We have a 2007 excel spreadsheet at work that we use to do quality checks, we need to amend it but the person that created it has left.
it looks like this:

What we do, is select from a drop down list either YES, NO or N/A. At the bottom is a % score that uses the following formula:
=IF(D14="No","FAIL",IF(D15="No","Fail",(SUM(E8:E15))))
The problem I am having is that I have no idea how to have a drop down list like those shown that for instance, when you select YES will show YES in the cell but also assign it a score so that it can be totalled up.
Any advice?
EDIT: Just found a hidden column that checks what is in the drop down list and then assigns a value so I can now do that. Just need to know how to insert a drop down list?
Last edited: