John.McLaughlin
Board Regular
- Joined
- Jul 19, 2011
- Messages
- 169
Hello,
Currently when calculating invoices over 60 days due, the result is:
[TABLE="width: 253"]
<tbody>[TR]
[TD]2807.14861111111 OVER 60
How do I format to read 2807.15?
My formula is
A - Date column, F - Amount due column
I have tried using both round & text at the beginning of the formula, and the middle, but nothing seems to work?
Thanks in advance!
JM[/TD]
[/TR]
</tbody>[/TABLE]
Currently when calculating invoices over 60 days due, the result is:
[TABLE="width: 253"]
<tbody>[TR]
[TD]2807.14861111111 OVER 60
How do I format to read 2807.15?
My formula is
Code:
=SUMIF($A$5:$A$200,"<"&TODAY()-60,F5:F200)&(" OVER 60")
A - Date column, F - Amount due column
I have tried using both round & text at the beginning of the formula, and the middle, but nothing seems to work?
Thanks in advance!
JM[/TD]
[/TR]
</tbody>[/TABLE]