First of all Howdy! I just found this board - what a great resource!
My problem is this: I cannot increase my column width, but want my numbers to remain visible. I did this and it works beautifully:
=TEXT(DY5,"$#.#")
My problem, is that the number I want to pull is actually nested in an IF statement:
=IF(ISTEXT(EF16),TEXT(DY5,"$#.#"),"")
The problem is that the IF statement puts "" into adjacent cells and overlaps my number that I am trying to post.
So the question is, how can I keep those adjacent cells clear of contents by using the IF statement?
Thanks in advance!
My problem is this: I cannot increase my column width, but want my numbers to remain visible. I did this and it works beautifully:
=TEXT(DY5,"$#.#")
My problem, is that the number I want to pull is actually nested in an IF statement:
=IF(ISTEXT(EF16),TEXT(DY5,"$#.#"),"")
The problem is that the IF statement puts "" into adjacent cells and overlaps my number that I am trying to post.
So the question is, how can I keep those adjacent cells clear of contents by using the IF statement?
Thanks in advance!