Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about a *non* array formula:
=SUM(SUMIF(E2:E547,{391,58},H2:H547)) -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "pinmaster" wrote in message ... Try this: =SUM(IF(E2:E547={391,58},H2:H547)) this is an array formula so enter it using CTRL+SHIFT+ENTER HTH JG "shalombi" wrote: how can i add multiple possibilities ? i tried separating by commas, or, || and all i knew from programing and it didnt work. =SUMIF(E2:E547,"=391",H2:H547) if i want to have also lets say 58 in their =SUMIF(E2:E547,"=391,58",H2:H547) i tried many different things and none worked Max -- shalombi ------------------------------------------------------------------------ shalombi's Profile: http://www.hightechtalks.com/m899 View this thread: http://www.hightechtalks.com/t2352985 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Consecutive Numbers down a column not to Exceed 49 | Excel Worksheet Functions | |||
column filtering to match identical numbers | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
Average of numbers in column between to other numbers | Excel Discussion (Misc queries) |