ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formula help please (https://www.excelbanter.com/excel-discussion-misc-queries/166723-formula-help-please.html)

Karen

formula help please
 
I have a list of invoices that have a colume of dates , then a colume of
amounts . I can conditional format it so that if its more than 30 days then
it changes the date to red. but is there a way of formating it so that it
adds up what is due?

Mike H

formula help please
 
Hi,

Have a look here on how to sum coloured cells

http://www.xldynamic.com/source/xld....r.html#summing

Mike

"karen" wrote:

I have a list of invoices that have a colume of dates , then a colume of
amounts . I can conditional format it so that if its more than 30 days then
it changes the date to red. but is there a way of formating it so that it
adds up what is due?


David Biddulph[_2_]

formula help please
 
Formatting doesn't change the value in a cell. If you want to do that, use
a formula.
--
David Biddulph

"karen" wrote in message
...
I have a list of invoices that have a colume of dates , then a colume of
amounts . I can conditional format it so that if its more than 30 days
then
it changes the date to red. but is there a way of formating it so that it
adds up what is due?




Karen

formula help please
 
Yes formula , i think thats what i meant to ask. I just confused myself with
saying formatting . doh

"David Biddulph" wrote:

Formatting doesn't change the value in a cell. If you want to do that, use
a formula.
--
David Biddulph

"karen" wrote in message
...
I have a list of invoices that have a colume of dates , then a colume of
amounts . I can conditional format it so that if its more than 30 days
then
it changes the date to red. but is there a way of formating it so that it
adds up what is due?





Pete_UK

formula help please
 
Assume your dates are in column A and amounts in column B and that you
have 100 rows in your range. This formula (in C1 ??) will give you the
total amount that is more than 30 days old compared with today's date:

=SUMPRODUCT((A1:A100<TODAY()-30)*(B1:B100))

Hope this helps.

Pete

On Nov 20, 12:40 pm, karen wrote:
Yes formula , i think thats what i meant to ask. I just confused myself with
saying formatting . doh



"David Biddulph" wrote:
Formatting doesn't change the value in a cell. If you want to do that, use
a formula.
--
David Biddulph


"karen" wrote in message
...
I have a list of invoices that have a colume of dates , then a colume of
amounts . I can conditional format it so that if its more than 30 days
then
it changes the date to red. but is there a way of formating it so that it
adds up what is due?- Hide quoted text -


- Show quoted text -




All times are GMT +1. The time now is 10:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com