A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Thanks. The source was not text, it was number.
After more experimenting, I realized the cell failed whenever the number was negative.
Your reply gave me an idea (that makes no logical sense). I removed the number formatting for the bad cell and set it as "General." The original format was simply "Number, Negative Number in Red, no parens."
The formula worked after I modified the format. Another formula using the first formula worked also.
The kicker: I then reformatted the same cell back to "Number, Negative Number in Red, no paren" and it worked fine.
The cell still has issues.
This fails:
=IF($CX$3="X",-'Convert to Ular First # 9'!H2,'Convert to Ular First # 9'!H2)
But this does not:
=IF($CX$3="YES",-'Convert to Ular First # 9'!H2,'Convert to Ular First # 9'!H2)
In adjacent cells, the "x" and "yes" versions work perfectly. However, I can live with that problem, but I have no idea why this is happening.
Thank you for your response and inspiration. Much appreciated.