Home |
Search |
Today's Posts |
#22
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
EXACTLY. I just tested it again and it will not update. It takes a good 3
minutes to tell me that, but it doesn't. "Harlan Grove" wrote: "Don Guillett" wrote... "Rog" wrote: Here is the formula. I do have the auto calc set. I tried going manual and using F9, but that didn't change it either. =SUMPRODUCT(--(Portfolio_Review!$X$2:$X$45001="warranty*"), --ISNUMBER(SEARCH("BELLOW*",Portfolio_Review!$AD$2:$ AD$45001))) .... "Harlan Grove" wrote in message .... You are adding BELLOW in col AD in records in which col X begins with warranty? You are using the formula =SUMPRODUCT(--(LEFT(Portfolio_Review!$X$2:$X$45001,8)="warranty" ), --ISNUMBER(SEARCH("BELLOW",Portfolio_Review!$AD$2:$A D$45001))) ? .... Either you sent before adding text or you meant that the OP already stated the problem. If the latter, here are the respective formulas w/o quoting. Rog: =SUMPRODUCT(--(Portfolio_Review!$X$2:$X$45001="warranty*"), --ISNUMBER(SEARCH("BELLOW*",Portfolio_Review!$AD$2:$ AD$45001))) me: =SUMPRODUCT(--(LEFT(Portfolio_Review!$X$2:$X$45001,8)="warranty" ), --ISNUMBER(SEARCH("BELLOW",Portfolio_Review!$AD$2:$A D$45001))) Note the differences in the first SUMPRODUCT arg. The differences in the second SUMPRODUCT are are irrelevant. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF and SUMPRODUCT help needed | Excel Discussion (Misc queries) | |||
Alternative to SUMPRODUCT? | Excel Discussion (Misc queries) | |||
Which is faster? SUMPRODUCT or VLOOKUP, or another alternative? | Excel Worksheet Functions | |||
How to select data series to format? (alternative needed) | Charts and Charting in Excel | |||
Vlookup Alternative Needed | Excel Discussion (Misc queries) |