Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I seem to always run into sumif problems with it not completing including all
numbers. I have a sheet that shows fuel as litres of gas for different users. I have gas or diesel as an entry in one column and the litres in another. I have asked it to sumif(a:a,=b50,e:e) just an example. All I get is the last number in e that relates to B50 not a sum of all items in that column that relate to e, what can I be doing wrong. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=Sumif(A:A,B50,E:E) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Arlene" wrote in message ... I seem to always run into sumif problems with it not completing including all numbers. I have a sheet that shows fuel as litres of gas for different users. I have gas or diesel as an entry in one column and the litres in another. I have asked it to sumif(a:a,=b50,e:e) just an example. All I get is the last number in e that relates to B50 not a sum of all items in that column that relate to e, what can I be doing wrong. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, worked like a dream, I obviously have been using areas instead of
columns. "Ragdyer" wrote: Try this: =Sumif(A:A,B50,E:E) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Arlene" wrote in message ... I seem to always run into sumif problems with it not completing including all numbers. I have a sheet that shows fuel as litres of gas for different users. I have gas or diesel as an entry in one column and the litres in another. I have asked it to sumif(a:a,=b50,e:e) just an example. All I get is the last number in e that relates to B50 not a sum of all items in that column that relate to e, what can I be doing wrong. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif | Excel Discussion (Misc queries) | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
sumif help... | Excel Discussion (Misc queries) | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |