Please forgive!

L

lsmft

I totally messed up my last request for a formula.
I have two columns designated for income, Column "A" is for Year To
Date income, column "B" is showing the weekly income.
I am given the YTD income each week.
I use column "B" to reflect each week's income.
We'll say Column "A-1" is the YTD income for the first week of the
year.
Then I'll have Column "B" with Cell "B-1" showing the first week's
income.
Next week YTD will be in cell "A-2" with cell "B-2" showing the second
week's income.
I have used the formula in cell "B-2" for the second week as
=sum(A2-A1).
Problem is when I click and drag the formula down to "B-52" I always
have a negative amount in the "next week to come" cell, equal to the
positve amount YTD income. This leaves me with a "ZERO".
I'm looking for a formula to enter in cell "B-2" that I can click and
drag that will not reflect the negative number to offset the positive
amount of YTD income.
 
P

Pete_UK

Try this in B2:

=IF(A2="","",A2-A1)

and copy down to B52 - it will show a blank in column B if there is a
blank in column A.

Hope this helps.

Pete
 

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

Formula? 6
Pass The Formulas Please 3
Formula Please ! 2
Need Some Help Here 2
Formula Help 2
Is There A Way? 3
"What-if" formula for either a manual entry and automated entry 3
Complicated formula? 4

Top