View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PaulinaDi PaulinaDi is offline
external usenet poster
 
Posts: 36
Default Conditional Sum?

I have a spreadsheet with different columns regarding all the invoices a
certain supplier has given to my company.
I have 15 columns and 3 of them are the ones I am trying to use to get a
specific SUM Total with different criteria.
One column contains the total amount of each invoice named MONTO. The second
column contanis the discount used for that invoice named DESC and the third
one contains the currency used for each invoice named MONEDA.
I have info from A12 to C400 and I want to get all those invoices that are
more than 0.00 pesos (as I have negative data), that has 2% on the DESC
column and has the MXN option on the MONEDA column.
What formula should I use? I have been trying the SUMIF, IF, AND and the
combination of them and I haven't get anything.