+ Reply to Thread
Results 1 to 4 of 4

Multiple If conditions (4 If conditon) in a formula

  1. #1
    Valued Forum Contributor
    Join Date
    01-11-2012
    Location
    Riyadh, K.S.A.
    MS-Off Ver
    Windows 11 with Excel 2013 & 2016
    Posts
    900

    Multiple If conditions (4 If conditon) in a formula

    Hello Again,

    I am looking for an formula on below conditions.

    1. More than 300,00 +values then extract 300,000 and get excess amount.
    2. More than -300,00 -value then return as is.
    3. Less than 300,000 +value then return 0.
    4. Less than -300,000 -value then return 0

    Example:
    328,500
    -313,000
    5,000
    -450,060
    -250,000

    Output:
    28,500
    -313,000
    0
    -450,060
    0
    Can someone help me to write the formula.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: Multiple If conditions (4 If conditon) in a formula

    Try this:

    =IF(A1>300000,A1-300000,IF(A1<-300000,A1,0))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Valued Forum Contributor
    Join Date
    01-11-2012
    Location
    Riyadh, K.S.A.
    MS-Off Ver
    Windows 11 with Excel 2013 & 2016
    Posts
    900

    Re: Multiple If conditions (4 If conditon) in a formula

    Thanks Glenn.

    It's so Simple formula cannot get.

    thanks once again. it works for me.

    Topic marked as solved and reputation added.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: Multiple If conditions (4 If conditon) in a formula

    Thank you!! You're most welcome.

+ 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. Replies: 2
    Last Post: 01-14-2016, 03:53 PM
  2. [SOLVED] Print multiple range from one sheet with conditon
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-01-2014, 12:04 AM
  3. [SOLVED] Copy Down sum formula with conditon
    By HaroonSid in forum Excel General
    Replies: 6
    Last Post: 04-26-2014, 10:21 AM
  4. Copy Down sum formula with conditon
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-26-2014, 10:16 AM
  5. How to use formula to resize data with conditon
    By Xiaojiang in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-07-2014, 09:11 PM
  6. 3 multiple conditions with multiple criteria formula help
    By rmnk101190 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-29-2013, 04:37 PM
  7. [SOLVED] Syntax for formula that uses multiple conditions inside of multiple IF statements
    By njmiller31 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2013, 11:55 AM

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