Request a formula!

I

IcoHolic

Hey all, I've tried a while to get this working. SUMIF() is where I wa
trying. No dice though

Image of the spreadsheet:
http://www.icoholic.com/pics/exceltroubles.jpg

Problem:
In the area with the -$2,8525.00 number. I want it to calculate dail
the difference in the Projected & Actual income totals. i.e. B17 $5.0
+ C17 -$10.00. Only doing the calculation whenever I enter somethin
into any of the "ACTUAL" named boxes. Not calculate any days that hav
$0.00 in all the actual boxes.

Example:

On September 3rd, once I've entered the actual boxes data. The big bo
adds B17 + C17 + D17 and that's it. It doesn't continue to E17 becaus
all the actual boxes have $0.00 in them.


I hope I made sense



Thanks All
Crai
 
D

Dav

The obvious limit is that actuals can not be 0, otherwise what is th
logic of selecting a value Since 0 could appear this is a danger, bu
not withstanding as per your instructions

=SUMIF(B16:AB16,"<>0",B17:AB17)

Regards

Da
 
D

Dav

The obvious limit is that actuals can not be 0, otherwise what is th
logic of selecting a value Since 0 could appear this is a danger, bu
not withstanding as per your instructions

=SUMIF(B16:AB16,"<>0",B17:AB17)

Regards

Da
 
I

IcoHolic

I have no idea what you just said. Everything seems to work exactly as I
wanted.


Thanks so much,
Craig
 
I

IcoHolic

I have no idea what you just said. Everything seems to work exactly as I
wanted.


Thanks so much,
Craig
 
D

Dav

For the formula to work as you requested, if there is a day which has no
actual expenses incurred, it would not be summed in your formula

eg day projected Actual
1 5 5
2 7 8
3 8 0
4 9 5


In the above example if the actual column is up to date the formula
will not sum for day 3 as there has been no actual cost as the 0
appears the same as for 0's for days in the future.


But it is what you requested


Regards

Dav
 
D

Dav

For the formula to work as you requested, if there is a day which has no
actual expenses incurred, it would not be summed in your formula

eg day projected Actual
1 5 5
2 7 8
3 8 0
4 9 5


In the above example if the actual column is up to date the formula
will not sum for day 3 as there has been no actual cost as the 0
appears the same as for 0's for days in the future.


But it is what you requested


Regards

Dav
 

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