View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default Counting cells from one workbook to another

Try this:

=SUMPRODUCT((Oranges!A3:A5000=500400)*(Oranges!P3: P5000<""))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"VW" wrote in message
...
Example, in workbook "Apples", column B3, I want to count what is in
workbook
"Oranges", column P3:P5000 if in workbook "Oranges", column A3:A5000
contains
the number 500400. Please help.