Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using the following formula in an excel spreadsheet:-
=SUMIF(B3:B158,"east midlands",$C3:$J158) However it only gives me a total for column C and not for the entire range C3:J158 Can you help Thanks Nick |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
SUMIF only handles a single column. Try
=SUMPRODUCT(--(B3:B158="east midlands")*($C3:$J158)) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "nir020" wrote in message ... I am using the following formula in an excel spreadsheet:- =SUMIF(B3:B158,"east midlands",$C3:$J158) However it only gives me a total for column C and not for the entire range C3:J158 Can you help Thanks Nick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible? | Excel Worksheet Functions | |||
Formula to find the working days difference between to dates? | Excel Discussion (Misc queries) | |||
VLOOKUP & Dates: Why is this Formula working? | Excel Worksheet Functions | |||
Looking for a working production formula so I can add to staff? | Excel Discussion (Misc queries) | |||
Formula entered not working | Excel Discussion (Misc queries) |