how to find a special total from a combination of numbers

Z

Zima

I want to find a specific total from a combination of numbers on a spreadsheet.

How can i go about this in excel
 
S

Susan

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
 
Z

Zima

I don't want to sum the numbers i want to find a total (for e.x i am looking
for a deposit that was made up of different number on the spreadsheet, how
can i find which numbers equals that deposit?
 
Top