#VALUE Error should be simple fix

M

Mykull

F G H I J
Expense Date Amt Cumulative Whats Left
2 Gas 05/01/09 $21.26 $21.26 $641.00
3 Cash 05/04/09 $102.00 $123.26 $539.00
4 Gas 05/04/09 $24.74 $148.00 $514.26
5 #VALUE!
6 #VALUE!



The formula I have in J2 is simply 662.26-I2
The long version = I just want column J to continuously subtract the column
I starting with 662.26 as a balance. Its working fine I just want get rid of
the #VALUE that is displayed all the way down the page in column J.
 
D

dlw

just put a 0 in the I column, if not that, you have to put an IF statement in
the formula to check to see if there is a value in I
 
M

Mykull

Thanks...0 will not work. An IF statement may work but I don't know how to
put it all together. I've tried several ways nothing yet.
 
M

Mykull

I tried this =IF(AND(ISBLANK(I2)),"",662.26-I2)
I still get the same #VALUE errors.
 

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

Similar Threads

Summing like data 5
This should be easy - date lookup 9
This should be easy... part 2 1
This should be easy - Part 2 1
IF Formula 9
Formula Error 6
Top 10 List 4
Conditional Time Calculation 10

Top