View Single Post
 
Old 03-18-2015, 04:10 AM
Jo Freeman Jo Freeman is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Mar 2015
Posts: 19
Jo Freeman is on a distinguished road
Default How to obtain a column total using only specific cells

Hi all, I have a purchase invoice spreadsheet (Invoice details in columns A-G). In columns H & I, I enter the payment details. At the bottom of column D is a total.

I would like this total to only include unpaid invoices. I have entered an IF function +IF(H98>0,0,D98) i.e., if column H has a payment date then don't include this invoice in the total. This works, but I can't see how to replicate it for each invoice without copying it each time I enter a new invoice.

Can anyone help please?

Many thanks
Reply With Quote