Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. marioletto

    Excel sum by categories column

    Skip, It's good to know that the pivot tables exhist, and for that i thank you. but i spend about one hour playing/learning pivot tables and they simply are not the tool for this task of mine. It's like you trying to convince me that taking a shower is a great way to to wash my hands. In...
  2. marioletto

    Excel sum by categories column

    > What do you have in A1? Should NOT BE TEXT! > For that matter NO TEXT in A1:A22 =sumproduct(($B$1:$B$22="Transportation")*($A$1:$A$22)) that's it, a little space was to problem! now it works like a charm. thanks. m.
  3. marioletto

    Excel sum by categories column

    pivot table tool: neat feature! a little too complicated for my needs.
  4. marioletto

    Excel sum by categories column

    =sumproduct(($B$1:$B$22="Transportation")*($A$1:$A$22)) Something like this would be nice!unfortunatlely this one gives me the #VALUE! error
  5. marioletto

    Excel sum by categories column

    pivot table tool: i can't get it to work with only 2 variables. if it was an sql query, it would be something like: sum A1:A22 where B=transportation thanks
  6. marioletto

    Excel sum by categories column

    hi all, i'm strugling with someting that should be quite simple. in my Excel sheet i have two colums: expenses and categories. (categories are in a drop down and pulled from an other sheet) i'm looking to find a way to calculate expenses by category possibly in a way that would update itself...

Part and Inventory Search

Back
Top