Rebellion34
Technical User
Hi,
I need some assistnce on an ongoing project that once again I have been thrown a curve ball and need to alter a formula that I set up per your great advice. the scenario is this below code works great for what it was intended Sub gig1400()
'
' gig1400 Macro
'
'
Range("B3").Select
ActiveCell.FormulaR1C1 = "=SUMIFS(C[9],C[12],""<0.583334"",C[10],""diag"")+SUMIFS(C[9],C[12],""<0.583334"",C[10],""freq"")"
End Sub
however what i now need it to do is sum everything that does not contain either word, so column L:L had 10 lines of info and 2 were the listed words it would omit them from the count of column K:K but keeping the time value. is this possible? if so can someone show me a way to create this in excel 2007?
thanks
I need some assistnce on an ongoing project that once again I have been thrown a curve ball and need to alter a formula that I set up per your great advice. the scenario is this below code works great for what it was intended Sub gig1400()
'
' gig1400 Macro
'
'
Range("B3").Select
ActiveCell.FormulaR1C1 = "=SUMIFS(C[9],C[12],""<0.583334"",C[10],""diag"")+SUMIFS(C[9],C[12],""<0.583334"",C[10],""freq"")"
End Sub
however what i now need it to do is sum everything that does not contain either word, so column L:L had 10 lines of info and 2 were the listed words it would omit them from the count of column K:K but keeping the time value. is this possible? if so can someone show me a way to create this in excel 2007?
thanks