View Single Post
  #5   Report Post  
Laddy
 
Posts: n/a
Default

Thanks lads I shall now have a bash at doing the job
Good luck to you all

Laddy

"Laddy" wrote in message
...
Hello,
I am trying to work out how to extract data with 2 criteria using SUMIF
and IF but cannot manage it.

In the worksheet which holds the results:
Column A has dates
Column B where the results of the formula will be placed

I wish to extract data from another worksheet but with an extra criterion
and that is "Warehouse".
This data is taken from "sheet2"
Column B (Where "Warehouse" is one of many different values)
Column C (Where the dates are situated)
Column D (Where the cash is situated)

I tried :

=IF(Sheet2!B:B="Warehouse",SUMIF(Sheet2!C:C,'2005 Takings'!A1,Sheet2!D:D))

It doesn't work (Returns FALSE)..................... any ideas please

Laddy