Expenses Spread sheet Tutorial for Newbie ?

A

admiral_victory

I have MS Office 2000 on my XP Pro SP2 PC.

I am completely unfamiliar with MS Excel and would like to construct a
spreadsheet showing details of the following transactions:-

My partner and I contribute equally to the costs of running a boat ,
the expenses of which are divided eually between us.

Could anyone help me construct an expense spreadsheet in Excel showing
the two individual contributions to the costs of running the boat ,
details of those costs and and the resultant balance ( either in
credit or debit ) between each individual ?

Perhaps there are tutorials on this or details in Excel Help although
I haven't been able to find details of the latter .


B.N.
 
S

Sandy Mann

How simple a spreadsheet do you want?

A very simple one:

A1: Date
B1: Name
C1: Purchase
D1: Amount
format column D as Currency
F1: Adminal Total (after typing Admiral press and hold the Alt key & press
ENTER to insert a line break before you type in Total)
G1: Captain Total (line wrapped as above
H1: Balance

F2: Enter the formula:

=SUMIF(B1:B1000,"Admiral",D1:D1000)

G2: Enter the formula:
=SUMIF(B2:B1000,"Captain",D2:D1000)

Format Cell F2 & G2 as Currency

H2: Enter the formula:
=IF(F2=G2,"Balanced",IF(F2>G2,"Admiral paid "&TEXT(F2-G2,"$0.00")&" more
than Captain","Captain paid "&TEXT(G2-F2,"$0.00")&" more then Admiral"))


--
HTH

Sandy
In Perth, the ancient capital of Scotland

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 
A

admiral_victory

How simple a spreadsheet do you want?

A very simple one:

Thanks , I haven't time to look at it just now but that looks just
what I need .

Will post back with any comments /queries if necessary.

regards,

B.N.
 
A

admiral_victory

How simple a spreadsheet do you want?

A very simple one:

A1: Date
B1: Name
C1: Purchase
D1: Amount
format column D as Currency
F1: Adminal Total (after typing Admiral press and hold the Alt key & press
ENTER to insert a line break before you type in Total)
G1: Captain Total (line wrapped as above

A question here :- when I do this , in F1 & G1 what I get is the No1
row thickens so that the words "Admiral" and "Total" appear below each
other in this row - is that what you intended ? Both words are still
on row 1.
H1: Balance

F2: Enter the formula:

=SUMIF(B1:B1000,"Admiral",D1:D1000)

G2: Enter the formula:
=SUMIF(B2:B1000,"Captain",D2:D1000)

Format Cell F2 & G2 as Currency

H2: Enter the formula:
=IF(F2=G2,"Balanced",IF(F2>G2,"Admiral paid "&TEXT(F2-G2,"$0.00")&" more
than Captain","Captain paid "&TEXT(G2-F2,"$0.00")&" more then Admiral"))

Perhaps I didn't explain clearly exactly what it is I woulkd like to
compare here . I am the one who buys everything for the boat and then
these costs are divided and my partner contributes from time to time.

This means that "Admirals" expenses should be divided by 2 and then
compared to "Captains" contributions .

Since all the "Captain" contributes is cash , his total contributions
should , therefore be compared to half my purchases before the BALANCE
is shown between these two amounts.

I hope this is not too confusing or , indeed to much trouble for you
to reply to <g>

Kind regards,

B.N.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top