ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   formula to check balances within parameters (https://www.excelbanter.com/excel-worksheet-functions/76077-formula-check-balances-within-parameters.html)

Todd

formula to check balances within parameters
 
Hi,

I am wanting a formula that checks if a worksheet balances. Not exactly but
within a dollar.

Something like:
=IF(SUM(J5:J35)=J40<1,"Holy Smokes, Your Right On", "Ooops, better check
formulas")

What do I need to add?


Todd

Trevor Shuttleworth

formula to check balances within parameters
 
Todd

maybe something like:

=IF(ABS(SUM(J5:J35)-J40)<=1,"Holy Smokes, Your Right On", "Ooops, better
check formulas")

Regards

Trevor


"Todd" wrote in message
...
Hi,

I am wanting a formula that checks if a worksheet balances. Not exactly
but
within a dollar.

Something like:
=IF(SUM(J5:J35)=J40<1,"Holy Smokes, Your Right On", "Ooops, better check
formulas")

What do I need to add?


Todd




Richard Buttrey

formula to check balances within parameters
 
On Wed, 8 Mar 2006 14:30:05 -0800, Todd
wrote:

Hi,

I am wanting a formula that checks if a worksheet balances. Not exactly but
within a dollar.

Something like:
=IF(SUM(J5:J35)=J40<1,"Holy Smokes, Your Right On", "Ooops, better check
formulas")

What do I need to add?


Todd


=IF(ABS(SUM(J5:J35)-J40)<=1,"Holy Smokes You're Right On","Ooops
better check ")

HTH
Richard Buttrey
__


All times are GMT +1. The time now is 04:27 AM.

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