View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jimbo[_4_] Jimbo[_4_] is offline
external usenet poster
 
Posts: 7
Default SumIf with 2 ctiteria

Thank you for your response but I would like to use vba code to determine
the value

"moon" <6369706865725F6475646540706C616E65742E6E6C wrote in message
. ..

No relevant VBA-code is required since 2 criteria in a SUMIF can be done
with a so called CSE formula.
It's all he http://www.mrexcel.com/tip031.shtml




"Jimbo" schreef in bericht
...
I need to sum the values in Column K if the values in Column D AND Column
E meet different criteria

e.g. Sum of values in Col K .... only if corresponding values Col D =
value_1 and Col E = value_2

Please post relevant vbacode

Thanks & TIA