proper formula or function

C

chosita

A B C D
E
AMOUNT INCOME DUE DATE DATE PAID BALANCE

0
If row 1, column D is blank, I want balance to post in Row 2 Column E,
leaving R1C
blank. is this possible ? Would it require a formula or function and how
would you writ it , plus where would you past it?
 
F

Fred Smith

You need to be clearer in your request. The following will help you get
faster, more accurate answers:
-- Use cell addresses, as in D1, E2, etc. It's not clear what you mean by
"R1C"
-- Tell us how you would calculate Balance manually. Do you take Amount
(column A) into account? What about income (column B)? Do you start with the
previous balance?
-- If you want to see a result in E2, you *always* put the formula in that
cell. Formulas can affect only the cell they are in.

As a guess, you want in E2 something like:
=if(d1="",<your balance calculation>,<what you want when D1 is not blank)

Regards,
Fred.
 

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