Jan 6, 2008 #1 szynszyl MIS Joined Dec 30, 2007 Messages 11 Location IT HI!, please help me to understand what is wrong about this code. Inside destination cell f1 an error message appear. Range("f1") = [Sum((A2:A10="Fax")*(B2:B10="Brown")*(C2:C10))] I suppose the errore it's linked to curly braces but i'm not sure. Thanks Marco
HI!, please help me to understand what is wrong about this code. Inside destination cell f1 an error message appear. Range("f1") = [Sum((A2:A10="Fax")*(B2:B10="Brown")*(C2:C10))] I suppose the errore it's linked to curly braces but i'm not sure. Thanks Marco
Jan 6, 2008 #2 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Hi, Code: Range("f1").FormulaArray = "=SUM((A2:A10=""Fax"")*(B2:B10=""Brown"")*(C2:C10))" Skip, When a diminutive clarvoyant had disappeared from detention, headlines read... Small Medium at Large Upvote 0 Downvote
Hi, Code: Range("f1").FormulaArray = "=SUM((A2:A10=""Fax"")*(B2:B10=""Brown"")*(C2:C10))" Skip, When a diminutive clarvoyant had disappeared from detention, headlines read... Small Medium at Large
Jan 7, 2008 Thread starter #3 szynszyl MIS Joined Dec 30, 2007 Messages 11 Location IT Thanks a lot! Upvote 0 Downvote