It worked before and now my entire table is broken cause it is dependent on the outcome of this formula.
So I have many sheets with the formula below, however each one is unique with its own cell value. The information
it pulls from sheet 1 "Table of Contents" is a drop down list, data validation, with values: low, medium, high. The
formula works EXCEPT when the cell value is High. I have also tried switching the first statement to medium and it
works. It just seems to overlook high.
=IF('Table of Contents'!$B$4="high",0.5,IF('Table of Contents'!$B$4="medium",0.2,0))
Thanks in advance
Bookmarks