Totally wierd

F

Fritz

I have been using Excel for years and am runing 2003.
I have a file with 4 worksheets.
The first (1) worksheet is where I imput some data into various cells.
The second (2) is a Company Report whis is specifiec to only some of the
data.

Therefore I am using the simple formula reference process. In sheet "2" I
type "=" prior to going to pointing to the cell I want to reference in sheet
"1". With both cells formatted as "Text" it returns a "0", sometimes and a
few cells over it works fine.

I've never seen anything like it? Any ideas?
 
T

T. Valko

If the source cell is empty the formula cell will return 0. If don't want to
see a 0 then try it like this:

=IF(Sheet1!A1="","",Sheet1!A1)
 
F

Fritz

What I should have added is that sometimes it entry remains just as typed
insted of converting it to a formula?
 
T

T. Valko

That sounds like a cell that's formatted as TEXT.

Select the cell in question.
Goto Format>Cells>Number tab>GENERAL>OK
With the suspect cell still selected hit function key F2 then hit ENTER
 
B

bj

If both cells are formated as text you should see the formula you post not
the "0".
format the cells as General if you are going to use a formula
 
Top