adumitrescu
Programmer
I have a worksheet formatted like a report, with many levels of indenting. I need the numerical values to overflow into the next cell, instead of displaying "#####" for columns too narrow. Below is a simplified version, to display the desired output.
[tt]
data 9999
data 9999
data 9999
data 9999
data 9999
data 9999
data 9999
[/tt]
This is a *working* file, so I can't just cook it up in the report format I need. I wish to keep these cells 'values', and not convert them to text. I already tried a bunch of redirection using =text() then hiding the real numbers, but this just got too difficult to work with.
Thanks for any suggestions.
[tt]
data 9999
data 9999
data 9999
data 9999
data 9999
data 9999
data 9999
[/tt]
This is a *working* file, so I can't just cook it up in the report format I need. I wish to keep these cells 'values', and not convert them to text. I already tried a bunch of redirection using =text() then hiding the real numbers, but this just got too difficult to work with.
Thanks for any suggestions.