+ Reply to Thread
Results 1 to 8 of 8

Formula to deduct should work only if sufficient balance availalble

  1. #1
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Formula to deduct should work only if sufficient balance availalble

    Hi,

    Please find attached sheet ref to cell AF.

    I need help in changing the formula in AF as under.

    If SUM(S2:X2)-(Y2:AE2) >AF2 only then AF formulae should display value, if not it should display 0
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    01-14-2013
    Location
    Austria
    MS-Off Ver
    2016 / 2019
    Posts
    339

    Re: Formula to deduct should work only if sufficient balance availalble

    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Re: Formula to deduct should work only if sufficient balance availalble

    Quote Originally Posted by gue2013 View Post
    Please Login or Register  to view this content.
    This wont work because AF is formula cell

  4. #4
    Valued Forum Contributor
    Join Date
    01-14-2013
    Location
    Austria
    MS-Off Ver
    2016 / 2019
    Posts
    339

    Re: Formula to deduct should work only if sufficient balance availalble

    but AF gives you already result and this result is used then.
    give samples when this is fullfilled and not fullfilled- i do not understand your problem

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Formula to deduct should work only if sufficient balance availalble

    Not sure here ...

    Is this what you want?

    =IF(IF($R2<=Parameters!$B$7,SUM(S2:X2)*Parameters!$B$8%,0)<SUM(S2:X2)-(Y2:AE2),IF($R2<=Parameters!$B$7,SUM(S2:X2)*Parameters!$B$8%,0),"")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  6. #6
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Re: Formula to deduct should work only if sufficient balance availalble

    Quote Originally Posted by AliGW View Post
    Not sure here ...

    Is this what you want?

    =IF(IF($R2<=Parameters!$B$7,SUM(S2:X2)*Parameters!$B$8%,0)<SUM(S2:X2)-(Y2:AE2),IF($R2<=Parameters!$B$7,SUM(S2:X2)*Parameters!$B$8%,0),"")
    Unable to verfiy I am getting error #VALUE!

  7. #7
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Re: Formula to deduct should work only if sufficient balance availalble

    Any Help Please
    Last edited by grcshekar; 04-17-2020 at 01:39 AM.

  8. #8
    Forum Contributor
    Join Date
    11-10-2019
    Location
    India
    MS-Off Ver
    2013
    Posts
    346

    Re: Formula to deduct should work only if sufficient balance availalble

    This works

    =IF(AND(R2<=52000,SUM(S2:X2)-SUM(Y2:AC2)>=SUM(S2:X2)*0.75%),SUM(S2:X2)*0.75%,0)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Formula to deduct from one balance first then the other please?
    By fruit&veg in forum Excel General
    Replies: 3
    Last Post: 03-02-2016, 06:23 AM
  2. Only Summing Rows in a Table which Contain Sufficient Data
    By JSmith9201 in forum Excel General
    Replies: 3
    Last Post: 06-24-2014, 05:45 PM
  3. Deduct from arrears before installment then show balance outstanding
    By ExcelBrian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-10-2014, 08:47 AM
  4. Need a formula to deduct payments from balance
    By dmxxmd in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-04-2014, 01:46 AM
  5. Formula needed to work out the balance
    By tom hatten in forum Excel General
    Replies: 7
    Last Post: 02-19-2011, 08:12 AM
  6. Replies: 6
    Last Post: 12-22-2009, 03:31 AM
  7. [SOLVED] VLOOKUP is not sufficient
    By ASHISH SRIVASTAVA in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-13-2005, 11:06 AM

Tags for this Thread

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