View Single Post
  #1   Report Post  
neorobert neorobert is offline
Junior Member
 
Posts: 2
Default Embedded Count If array

I'm having a problem either with the syntax of the formula or the the whole formula itself...

=COUNT(IF((GBPUSD!A:A<=C1)*(GBPUSD!A:A=A1), (GBPUSD!D),"<0"))

-The formula is in one sheet, and the array is on another.
-Cells A1 and C1 are the specified date ranges I need to filter by.
-Range A:A contains date values
-Range D contains percentage values
(Yes, I'm also entering the array with C+S+E...)

Worksheet GBPUSD contains several years worth of information and I'm attempting to filter out positive, negative and zero values based on the specified date range on the formula worksheet.

I'm currently encountering the problem that the formula merely counts the total values in Column D regardless of the formula containing <0 0 or =0 ...

If anyone can shed some light on this problem it would be greatly appreciated!