Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I an trying to set up a calculation subtotal for "Pending", "Approved" or
"Rejected" status of change orders items. Each change order row has a column for status (E3-26) and a column for amount (H3-26). The 'pending' subtotal would only total the amounts with the "Pending" status. Each status type would have a separate subtotal. How would I set this up? I am using Excel 2003 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=SUMIF(E3:E26,"pending",H3:H26) Or, use a cell to hold the criteria: A1 = pending =SUMIF(E3:E26,A1,H3:H26) Do the same for each category of status. -- Biff Microsoft Excel MVP "Hulqscout" wrote in message ... I an trying to set up a calculation subtotal for "Pending", "Approved" or "Rejected" status of change orders items. Each change order row has a column for status (E3-26) and a column for amount (H3-26). The 'pending' subtotal would only total the amounts with the "Pending" status. Each status type would have a separate subtotal. How would I set this up? I am using Excel 2003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Unique Values That Are Separate by Commas in a Column | Excel Discussion (Misc queries) | |||
Adding multiple values in one column based on multiple values of the same value (text) in another column | Excel Discussion (Misc queries) | |||
find a cell matching separate column and row values | Excel Worksheet Functions | |||
Count number of values equal to MAX of a column | Excel Discussion (Misc queries) | |||
Adding Values Based on a Separate Column | Excel Discussion (Misc queries) |