Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spending journal structured by day. Included in the columns are
Amount Spent and Category (worksheet 1). In preparation for creating a pie chart, I need to sum each category (worksheet 2). I'm looking for a formula that will look at the category and, if it matches the criteria (i.e., Eat Out), will include the amount spent in the sum. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Would a Pivot Table be of help . You can than make a chart quite easily -- Pecoflyer Cheers ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=32651 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
SUMIF(range,criteria,sum_range) Example: =SUMIF(A1:A15,"Eat Out",B1:B15) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
complicated excel formula | Excel Worksheet Functions | |||
Need help doing complicated formula | Excel Worksheet Functions | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Complicated Formula - I think | Excel Worksheet Functions | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions |