#VALUE! error message help needed please

B

Bob Newman

I have a very simple checking account SS. All has been working fine. Now
all of a sudden about halfway down the balance column I get a #VALUE! error
message in that and all following cells in the column. Too my knowledge
there has been no change in the formula and all cells that should be are
formatted for currency. Here's a recap:
Colum C = Payee, F = Check amount, H=Deposit amount, I=Balance
The formula in the balance column for row 25 is =IF(C25="","",I24-F25+H25).
In that way the balance is blank if no check has been written in that row.
What may cause this? As I say it has been working fine.
 
B

Bob Newman

Here is an update to the above problem. I have isolated the problem to be
only in the 1st cell with the error message. If I delete the formula from
that cell all of the following cells compute fine from that point. Of
course the total is wrong because it is ignoring everything that came
previous to that point.

Bob
 
N

Niek Otten

One of the values you process in that cell is probably text. I know it looks like a number and is formatted as Number, but still
it is text.
You can easily check with the ISTEXT() function.
Format as Number and re-enter (F2, ENTER)

A frequent cause is that the "number" was copied somewhere else and pasted into the cell.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Here is an update to the above problem. I have isolated the problem to be
| only in the 1st cell with the error message. If I delete the formula from
| that cell all of the following cells compute fine from that point. Of
| course the total is wrong because it is ignoring everything that came
| previous to that point.
|
| Bob
|
| | >I have a very simple checking account SS. All has been working fine. Now
| >all of a sudden about halfway down the balance column I get a #VALUE! error
| >message in that and all following cells in the column. Too my knowledge
| >there has been no change in the formula and all cells that should be are
| >formatted for currency. Here's a recap:
| > Colum C = Payee, F = Check amount, H=Deposit amount, I=Balance
| > The formula in the balance column for row 25 is
| > =IF(C25="","",I24-F25+H25). In that way the balance is blank if no check
| > has been written in that row. What may cause this? As I say it has been
| > working fine.
| >
| > --
| > Thanks in advance... Bob
|
 
B

Bob Newman

The ISTEXT came back false but you gave me an idea. I inserted a row under
the offending one, reentered the data into it and then deleted the offending
row and all is now fine.

Bob
 

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