Hi Dana
I think you are confusing Columns and Rows.
Columns have Letters
Rows have Numbers
=SUM(C2:C15) will give the total value of the entries you have in column C
(3rd column)
=SUM(D2

15) will give the total of the entries in column D (4th column)
--
Regards
Roger Govier
"Dana" <(E-Mail Removed)> wrote in message
news:6C96288F-A2E1-4C97-9E35-(E-Mail Removed)...
> I am planning to store the production details for persons in a excel
> Sheet.
>
> The Second Row Will(Start from B2---B15) Contain the Name of the
> Employees.
> The Third row will contain one group of operation
> and the fourthrow will contain another group of operations. I Have to
> calculate the efficiency also.
>
> And in the 7th row has to contain sum of all the values(cumulative) of
> Third
> row and 8 th row has o contain the
> of all the values(cumulative) of fourthrow.
>
> Production for the day Effiency For the Day Total
>
> Name Operation1 Operation2
> Operation1 Operation2 Effiency
>
>
>
> Name 10 10 20% 20 20
> 50%
>
> How Can I do this one in Excel
>
> Thanks
> Dana
>
> Here is the sample Format
>
>