Formula contains "" but cell still shows a value

G

Glenn

I've "inherited" a workbook, and it contains the formula
=IF(A13<>"",NETWORKDAYS(B13,G13,Holidays!$B$1:$B$28),"")

The problem is that G13 has no value but the results cell has a value of
-28053 which makes no sense. A13 has a value.

Can someone tell me how to have the cell be blank when no value is in G13?

Thank you
 
K

Keith Howard

I think I have a closely related question (maybe I would rewrite my title to
be "Cell appears to contain no value but Excel thinks the cell is not blank":

In a given column of, say, 100 rows, only a few rows have data that is
visible. These are not adjacent rows. Normally, you can press End Down to get
to the next row containing data.

But in my column, the empty rows have data even though they appear empty, i.e.
ISBLANK(A1) = False and Len(A1) = 0...but I cannot see any data in A1.
A1 should be read as a proxy for any cell in that column.

I am trying to purge the apprently but not actually empty cells, so that I
can use End Down as I describe above.

Does that make any sense?

Regards,

Keith


==========
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top