Help: Sumif with criteria and between values

Lammers73

New Member
Joined
Jul 13, 2019
Messages
14
Hello,

thank you for taking time to read my message. I need some help, and after searching, I dont seem to find the answer. Hopefully, I can find help here.


The goal is to sum revenue based on a average sales price per item. I want to group this sales based on price point to learn the amount of revenue is being made between certain price points. So the basic data consists of sales figures with variables prices and variables revenue.
Basically it looks like

Sales price Revenue
$15 100$
$20 50$
$11 30$
$25 45$
$5 60$
$7 20$
etc

Next i want to know the revenue based on a price ranges

0-10$
10-15$
15-20$
25$

A formula should sum the total revenue made between these price brackets.


Thanks for your time. I am lost........

Marc
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Do you mean something like this?


Excel 2010
ABCDEFG
1SalesRevenueLowHighTotal
2254501070
320501115130
4151001420150
511301910095
6720
7550
Sheet6
Cell Formulas
RangeFormula
G2=SUMIFS($B$2:$B$7,$A$2:$A$7,">="&D2,$A$2:$A$7,"<="&E2)
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,453
Members
448,967
Latest member
grijken

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top