View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Formula assistance

slight correction

=SUM(A1:A10*0.585,A11:A20*0.55)

still array entered

--
__________________________________
HTH

Bob

"Bob Phillips" wrote in message
...
Try this array formula

=SUM(A1:A5*0.585,A11:A20*0.55)

as an array formula commit with Ctrl-Shift-Enter

--
__________________________________
HTH

Bob

"TSA" wrote in message
...
I want to take A1:A10 and multiply by .585
then...
A:11:A20 multiplied by .55
= total result on A25

I went something like this....and it won't work:
=sum(a1:a5)*.585+(a11:a20)*.55

All I get is #VALUE and the help prompts do not help.
I am using Excel 2007

Any help appreciated