Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Todd
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Trevor Shuttleworth
 
Posts: n/a
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Richard Buttrey
 
Posts: n/a
Default 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
__
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating Formula using check boxes Anthony Slater Excel Discussion (Misc queries) 3 January 4th 05 03:03 PM
A formula to check differrent cells Carlsbad Excel Worksheet Functions 0 October 28th 04 01:19 AM


All times are GMT +1. The time now is 05:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"