Y
Yunus
Hi,
I'm attempting to determine how many cells have the value less than or
equal to 26 in column A but also has 1 in it's adjacent row Column C
Whats wrong with this formula =SUMPRODUCT((A25:A850<=26)*(C25:C850=1))
Is it because Column A and C in itself are derived from Formualae, e.g
cells in Column A starting at A25 are = Sheet1!A25
cells in Column C starting at C25 are = MID(B25,5,1)
thanks
I'm attempting to determine how many cells have the value less than or
equal to 26 in column A but also has 1 in it's adjacent row Column C
Whats wrong with this formula =SUMPRODUCT((A25:A850<=26)*(C25:C850=1))
Is it because Column A and C in itself are derived from Formualae, e.g
cells in Column A starting at A25 are = Sheet1!A25
cells in Column C starting at C25 are = MID(B25,5,1)
thanks