View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ragdyer
 
Posts: n/a
Default Would like one cell to both count and multiply a range of cells

Try this:

=COUNT(A1:F1)*5
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"golfer18" wrote in message
...

a b c d e f g
2 3 4 5 6 25

would like the formula to count the numbers left in rows (a thru f) and

then
multiply that number by 5 (row g) which in this case would come to 25. I

need
row (g) to do both funtions.

Thank You