+ Reply to Thread
Results 1 to 3 of 3

formula to check balances within parameters

  1. #1
    Todd
    Guest

    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. #2
    Trevor Shuttleworth
    Guest

    Re: 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" <Todd@discussions.microsoft.com> wrote in message
    news:B669C79C-D0BD-45F3-8240-47005E340B83@microsoft.com...
    > 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. #3
    Richard Buttrey
    Guest

    Re: formula to check balances within parameters

    On Wed, 8 Mar 2006 14:30:05 -0800, Todd
    <Todd@discussions.microsoft.com> 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1