Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a formula for SUMIFS in Excel 2007,
ˆ‘Component_Amt/1000 if Reg_Component_Type = €˜INV_INK Less ˆ‘Component_Amt/1000 if Reg_Component_Type = €˜INV_EXP but i need it to be function in excel 2003. So how should i write the formula? thank you. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe...
=(sumif(reg_component_type,"inv_ink",component_amt ) -sumif(reg_component_type,"inv_exp",component_amt))/1000 If that doesn't work, you may want to post your current =sumifs() formula. izzy wrote: I have a formula for SUMIFS in Excel 2007, ˆ‘Component_Amt/1000 if Reg_Component_Type = €˜INV_INK Less ˆ‘Component_Amt/1000 if Reg_Component_Type = €˜INV_EXP but i need it to be function in excel 2003. So how should i write the formula? thank you. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert SUMIFS formula from 2007 to 2003 | Excel Discussion (Misc queries) | |||
I need alternative formula for SUMIFS in Excel 2003 | Excel Worksheet Functions | |||
sumifs formula in excel 2007 | Excel Discussion (Misc queries) | |||
Excel 2007 - SUMIFS formula use between tabs | Excel Discussion (Misc queries) | |||
Excel 2007 SUMIFS | Excel Worksheet Functions |