+ Reply to Thread
Results 1 to 15 of 15

Help with this formula!

  1. #1
    Registered User
    Join Date
    07-14-2005
    Posts
    25

    Help with this formula!

    Morning all,

    =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input plus'!$DG$1755:$DG$1798)),0))

    What im trying to achieve is for the formula to always pick the lowest and next lowest value from the range DG1755:DG1798 based on E5 always being a set value.

    example: E5 specifies a risk value (say 2). DG1755:DG1798 contains products with a product rating.

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4 IGNORING product 3 because its risk val is different.

    Im nearly there, but not quite, any help is greatly appreciated!

  2. #2
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  3. #3
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  4. #4
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  5. #5
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  6. #6
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  7. #7
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  8. #8
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  9. #9
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  10. #10
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  11. #11
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  12. #12
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  13. #13
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  14. #14
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




  15. #15
    Biff
    Guest

    Re: Help with this formula!

    Hi!

    ie the no1 product has a risk val of 2
    ..........no2 product has a risk val of 2
    ..........no3 product has a risk val of 4
    ..........no4 product has a risk val of 2

    What I want is for that formula to report back product 1, 2 and 4
    IGNORING product 3 because its risk val is different.

    The formula can only return a single value. Based on your explanation above,
    you'd need 3 formulas but then it would get really complicated judging from
    the possible combinations of risk values.

    What if all of the above had a rv of 2, would you want all 4 products
    returned? If so, then you'd need 4 formulas.

    Biff

    "chrisrowe_cr" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Morning all,
    >
    > =INDEX('[PPfV F A.xls]input plus'!$D$1755:$D$1798,MATCH(1,('[PPfV F
    > A.xls]input plus'!$DJ$1755:$DJ$1798=E5)*('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798=MIN('[PPfV F A.xls]input
    > plus'!$DG$1755:$DG$1798)),0))
    >
    > What im trying to achieve is for the formula to always pick the lowest
    > and next lowest value from the range DG1755:DG1798 based on E5 always
    > being a set value.
    >
    > example: E5 specifies a risk value (say 2). DG1755:DG1798 contains
    > products with a product rating.
    >
    > ie the no1 product has a risk val of 2
    > .........no2 product has a risk val of 2
    > .........no3 product has a risk val of 4
    > .........no4 product has a risk val of 2
    >
    > What I want is for that formula to report back product 1, 2 and 4
    > IGNORING product 3 because its risk val is different.
    >
    > Im nearly there, but not quite, any help is greatly appreciated!
    >
    >
    > --
    > chrisrowe_cr
    > ------------------------------------------------------------------------
    > chrisrowe_cr's Profile:
    > http://www.excelforum.com/member.php...o&userid=25220
    > View this thread: http://www.excelforum.com/showthread...hreadid=388983
    >




+ 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