Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to TOTAL on sheet 2 the amounts on sheet 1, column b that are
=250.00 and <1000.00. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(Sheet1!B2:B30=250),--(Sheet1!B2:B30<=1000),Sheet1!B2:B30)
"Rebecca1" wrote: I need to TOTAL on sheet 2 the amounts on sheet 1, column b that are =250.00 and <1000.00. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Rebecca1 wrote...
I need to TOTAL on sheet 2 the amounts on sheet 1, column b that are =250.00 and <1000.00. Simplest way, =SUMIF(Sheet2!B:B,"=250")-SUMIF(Sheet2!B:B,"=1000") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
IF THEN QUESTION??? | New Users to Excel | |||
The question is an excel question that I need to figure out howto do in excel. | Excel Worksheet Functions | |||
If Question | Excel Worksheet Functions | |||
IF Question | Excel Worksheet Functions |