Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
SUMPRODUCT has to have arrays defined e.g H1:H2000 as it cannot use total
columns as per your formula. =SUMPRODUCT(--(Offers!H1:H5000="J White"),--(Offers!Y1:Y5000="Y")) -- converts TRUE/FALSE to numeric 1/0 HTH "holliedavis" wrote: I need this formula on sheet "Summary". The info is being pulled from sheet "Offers" within the same workbook. The "Offers Accepted is column Y, and the Region is column H. I entered the formulas as follows: =SUMPRODUCT((Offers!H:H="J White")*(Offers!Y:Y="Y")) I received a #NUM! error... Help? "SteveG" wrote: If Offer Accepted is column A and region column B then, =SUMPRODUCT((A1:A100="Y")*(B1:B100="John Smith")) Note: SUMPRODUCT requires that the ranges be the same size. HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=563354 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
COUNT NON-BLANK CELLS WITH REFERENCE TO ANOTHER COLUMN | Excel Worksheet Functions | |||
Count cells based on date range in another column | New Users to Excel | |||
Count non-colored cells | Excel Discussion (Misc queries) | |||
Count number of shaded cells | Excel Discussion (Misc queries) |