![]() |
OR Nesting?
I'm trying to sum column B (minutes) that have different decriptions in
column A. I want to sum only those descriptions that have the abbreviation of "PRJ" in them. Do I need to list out the entire descriptions somewhere else? |
OR Nesting?
=SUMIF(A1:A100,"=*prj*",B1:B100) -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Karel" wrote in message I'm trying to sum column B (minutes) that have different decriptions in column A. I want to sum only those descriptions that have the abbreviation of "PRJ" in them. Do I need to list out the entire descriptions somewhere else? |
OR Nesting?
For example, this sums for those values in A1:A10 that have prj anywhere in
them: =SUMIF(A1:A10,"*prj*",B1:B10) Remove the "*"'s to sum for only those that are simply prj Tyro "Karel" wrote in message ... I'm trying to sum column B (minutes) that have different decriptions in column A. I want to sum only those descriptions that have the abbreviation of "PRJ" in them. Do I need to list out the entire descriptions somewhere else? |
All times are GMT +1. The time now is 11:43 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com