+ Reply to Thread
Results 1 to 4 of 4

Output Value Based on Greater than 2% Threshold

  1. #1
    Forum Contributor
    Join Date
    10-18-2016
    Location
    Chicago, USA
    MS-Off Ver
    Office 365
    Posts
    220

    Output Value Based on Greater than 2% Threshold

    Hi All,

    Hope you are doing well!...I am trying to find the maximum of the freight or cost impact based on the following set of conditions...Also attached the excel sheet..The output column is overall final attribution

    1) if either costimpact or costimpact% is greater than 2% then the greater of the two percentages will be the overall final attribution -Meaning if cost is 2% and freight is 3% then freight should be the output ..
    2) if both costimpact and freight impact is less than 2% then variation should be the output...
    3) Also if both costimpact% and Freight impact % are the same and greater then 2% then cost should be the output..

    Thanks,
    Arun
    Attached Files Attached Files

  2. #2
    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,728

    Re: Output Value Based on Greater than 2% Threshold

    Try this in D2 copied down:

    =IF(AND(B2>0.02,C2>0.02,B2=C2),"Cost",IF(AND(B2<0.02,C2<0.02),"Variation",IF(B2>C2,"Cost","Freight")))
    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.

  3. #3
    Forum Contributor
    Join Date
    10-18-2016
    Location
    Chicago, USA
    MS-Off Ver
    Office 365
    Posts
    220

    Re: Output Value Based on Greater than 2% Threshold

    Hi Ali,

    This Works!..Really appreciate your help!..

    Thanks,
    Arun

  4. #4
    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,728

    Re: Output Value Based on Greater than 2% Threshold

    No problem.

+ 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. Raising or Lowering a Score Based on a Given Threshold
    By Andrew88 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-16-2019, 01:15 AM
  2. Output column row when number is greater than x
    By eskilm in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-01-2018, 07:34 AM
  3. Change threshold based on a fixed sum
    By cpar211 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-08-2017, 03:43 PM
  4. Replies: 1
    Last Post: 11-30-2016, 08:02 PM
  5. Project Status based on threshold
    By Burridge13 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-19-2015, 08:17 AM
  6. VBA to sort and filter based on criteria or threshold
    By tantcu in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-10-2014, 03:53 PM
  7. price breaks based on volume and a threshold
    By sallan in forum Excel General
    Replies: 2
    Last Post: 05-22-2013, 01:46 PM

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