Hello,
I am working on a spreadsheet to analyze voting data, and I have run into an annoying snag. I have several fields in which I'd like the values to only include 2 decimal places -- clearly, an easy thing to do.... However, I am finding that some values seem to be ignoring the "2 decimal places" format, and displaying the entire string of decimal places. I have noticed that this is only occurring where I have formulas that can return either text or numerical values. In those cases, when the formula returns a numerical value, it does treat the value as a number (i.e., I can run calculations on it), but it will not let me limit decimal places in the output cells (or on the subsequent calculations).
Any thoughts? Here's an example of one of the formulas:
=IF(C13="Viable", 1, "") & IF(C13="Excluded", 1, "") & IF(AND('Round 1'!$A$4="Surplus", C13="Elected"), D13*'Round 1'!$A$10, "")
Thanks!
Greg
Bookmarks