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
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
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
Awesome.
Thanks, your the man benishiryo!
Now how would i go about adding " (F2:F14654=AS2) " in with that code
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))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks