Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "excelFan" wrote in message ... Many many Thanks T. Valko This works just perfect Many thanks again for your help "T. Valko" wrote: Normally entered version: =SUMPRODUCT(--(ISERR(FIND(".",A1:A10))),B1:B10) -- Biff Microsoft Excel MVP "excelFan" wrote in message ... Thanks Valko this array formula works fine if it stand alone, but in my case this summation segment is only a part of a larger formula. So please is there a way to avoid writing an array formula Many Thanks again "T. Valko" wrote: Try this array formula** : =SUM(IF(ISERR(FIND(".",A1:A10)),B1:B10)) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER. -- Biff Microsoft Excel MVP "excelFan" wrote in message ... please help me in column A the range Itm contains ticker like A1 car.3 A2 mobile A3 battery A4 mobile.3 A5 mobile A6 battery A7 car A8 mobile.1 A9 car A10 mobile and so on.up to over thousand item in column B the range Amt contains numbers like B1 -3,589 B2 2,587 B3 -489 B4 2,587 B5 -5,687 B6 1,178 B7 567 B8 -9,642 B9 44,330 B10 13,897 No problem to me to sum those items with the dot "." for example =sumif(Itm,"*.3",Amt) I need help please to sum amounts of those which do not have the dot "." like the ( battery ) and ( mobile ) many thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
SumIf with an Or | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |