Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
gls858 wrote:
JBeaucaire wrote: Column A = Item Column B = selling price per Column C = price for this sale Column D = cost Column E = gross margin "Total sales" you asked for...is that a sum of the values in column C that match the gross margin range? 0 to 15 =SUMPRODUCT(--($E$1:$E$100<=15),$C$1:$C$100) 15+ to 25 =SUMPRODUCT(--($E$1:$E$10015),--($E$1:$E$100<=25),$C$1:$C$100) 25+ =SUMPRODUCT(--($E$1:$E$10025),$C$1:$C$100) I made the necessary adjustments for columns and such and it appears to have worked just fine. Thanks a bunch. When I sorted my list by gross margin and then cut and pasted the ranges into separate sheets and then total the sales column my totals were slightly different than the totals for the <15 and the 15 to 25. I have a few line items that have a negative gross margin could that be the issue? gls858 Never mind I think I found the problem. Underlying values were calculated to 5 digits. I was working with only 2 digits displayed. differences were due to rounding. gls858 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtotal variable range | Excel Worksheet Functions | |||
Subtotal of Abs of a range? | Excel Worksheet Functions | |||
how can i insert a subtotal from a range of dates | Excel Worksheet Functions | |||
HOW CAN I INSERT A SUBTOTAL FROM A RANGE OF DATES | Excel Worksheet Functions | |||
SUBTOTAL(9,range) Does NOT work in AutoFilter | Excel Worksheet Functions |