I have a cell that I use data validation (from a list), I then do a multiple IF/Then in another cell to compute cost – the last of the statement is 0, if there are no choices made. However, Excel is returning the value of the first IF/Then if the cell is empty. Below is the statment:
=IF(E140=”Tune Up”,1,IF(E140=”Double Shift”,2,IF(E140=”Major Production”,3, 0)))
shihalud