+ Reply to Thread
Results 1 to 4 of 4

Edit Formula to show between two numbers

  1. #1
    Registered User
    Join Date
    12-18-2012
    Location
    United Kingdom
    MS-Off Ver
    Excel 2003
    Posts
    28

    Edit Formula to show between two numbers

    I have a Formula that works out when Data is less then... I just need it edited to show between or equal to.

    Example... Between or equal to 10-20

    Here is the code I have

    =SUMPRODUCT(--(L2:L14654<=10),--(T2:T14654>U2:U14654))

    Thanks

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Edit Formula to show between two numbers

    hi again Risels7, try
    =SUMPRODUCT(--(L2:L14654>=10),--(L2:L14654<=20),--(T2:T14654>U2:U14654))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    12-18-2012
    Location
    United Kingdom
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Edit Formula to show between two numbers

    Awesome.

    Thanks, your the man benishiryo!

    Now how would i go about adding " (F2:F14654=AS2) " in with that code

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Edit Formula to show between two numbers

    no problem. you should try to play around with it. adding it just requires a comma & 2 negation:
    =SUMPRODUCT(--(L2:L14654>=10),--(L2:L14654<=20),--(T2:T14654>U2:U14654),--(F2:F14654=AS2))

+ 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