View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bharat Saboo
 
Posts: n/a
Default how to use sumif function to check date in 1 sheet is < 2 sheet

I am trying to add a total in 2 sheet if date in 1 sheet is <= particular
criteria.

the following is my function call

=SUMIF(List!$B$2:$B$65536,"<= A2",List!$C$2:$C$65536)

Please explain why it does not work and how to make it work.

The answer at present comes to zero only.

Thanks