View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Susan Susan is offline
external usenet poster
 
Posts: 1,117
Default how to find a special total from a combination of numbers

for instance (replace with your own cell addresses):

=sum($B$3 + $B$10 + $F$7 + $A$10)

instead of typing the addresses manually, you can enter
=sum(
and then click around with the mouse to the values you want to sum,
adding + in between each mouse click.

:)
susan


On May 7, 10:36 am, Zima wrote:
I want to find a specific total from a combination of numbers on a spreadsheet.

How can i go about this in excel