+ Reply to Thread
Results 1 to 5 of 5

How to select a value > and < to add a different field

Hybrid View

  1. #1
    Registered User
    Join Date
    02-18-2008
    Posts
    13

    How to select a value > and < to add a different field

    Hi Guys,

    I'm trying to work out how to add a field based on another field being greater than 30% but less than 90%.

    There is only option to select 10%, 30% 50% 75% 90% & 100%

    Help would be greatly received.

    Thanks

    LC

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    Not sure exactly what you mean by "add a field", but the formula would probably be something like =IF(AND(A1>.3,A1<.9),ValueIfTrue,ValueIfFalse)

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    You mean something like:

    =IF(And(A1>0.3,A1<0.9),then_do_this,else_do_this)

    where A1 is the input field..

    replace the then_do_this and else_do_this with actual desired output.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Registered User
    Join Date
    02-18-2008
    Posts
    13
    my formula is currently
    =SUMPRODUCT(--(C18:C44="Worktop"),--(F18:F44>0.3),D18:D44)

    The item i need to change is (F18:F44>0.3),

    Can you advise?

    Thanks

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Quote Originally Posted by crossliam
    my formula is currently
    =SUMPRODUCT(--(C18:C44="Worktop"),--(F18:F44>0.3),D18:D44)

    The item i need to change is (F18:F44>0.3),

    Can you advise?

    Thanks
    Wasn't that answered twice here: http://www.excelforum.com/showthread.php?t=638043

    ??

+ 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