#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default help in excel

Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is each month
pricing (the columns is base on the lenght of the contract, it is between 1
year to 3 years.), after the columns will the annual total price that client
paid. But I want to create one column that it will automatically subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default help in excel

A2 has client's name
B2:N2 has the monthly charges for first year
M2 has total yearly cost
So =M2-SUM(B2:N2) will give you the balance.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is each month
pricing (the columns is base on the lenght of the contract, it is between
1
year to 3 years.), after the columns will the annual total price that
client
paid. But I want to create one column that it will automatically subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default help in excel

How do you create automatically subtract the balance each month. We use 13
periods for a year.

"Bernard Liengme" wrote:

A2 has client's name
B2:N2 has the monthly charges for first year
M2 has total yearly cost
So =M2-SUM(B2:N2) will give you the balance.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is each month
pricing (the columns is base on the lenght of the contract, it is between
1
year to 3 years.), after the columns will the annual total price that
client
paid. But I want to create one column that it will automatically subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default help in excel

You will need to elaborate on the question. Give details of how the data is
laid out in the worksheet, and exactly what you need.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
How do you create automatically subtract the balance each month. We use 13
periods for a year.

"Bernard Liengme" wrote:

A2 has client's name
B2:N2 has the monthly charges for first year
M2 has total yearly cost
So =M2-SUM(B2:N2) will give you the balance.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is each
month
pricing (the columns is base on the lenght of the contract, it is
between
1
year to 3 years.), after the columns will the annual total price that
client
paid. But I want to create one column that it will automatically
subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.







  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default help in excel

Per Mo Jan-07 Feb-07 Mar-07 Apr-07 May-07 Total
Value 32.50 32.50 32.50 32.50 32.50 162.50

This is part of the example of my work sheet, now I need to set the
automatically deduct the month fee from the total value each month.

I hope this will help you.



"Bernard Liengme" wrote:

You will need to elaborate on the question. Give details of how the data is
laid out in the worksheet, and exactly what you need.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
How do you create automatically subtract the balance each month. We use 13
periods for a year.

"Bernard Liengme" wrote:

A2 has client's name
B2:N2 has the monthly charges for first year
M2 has total yearly cost
So =M2-SUM(B2:N2) will give you the balance.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is each
month
pricing (the columns is base on the lenght of the contract, it is
between
1
year to 3 years.), after the columns will the annual total price that
client
paid. But I want to create one column that it will automatically
subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.










  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default help in excel

If the first five numbers are in A2:E2 and 162.50 is in F2 then
=F2-SUM(A2:E2) will give total less sum of months.
Why do you keep saying 'automatic' - Excel recalculates formulas when data
is changed unless you have change it not to do so.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Per Mo Jan-07 Feb-07 Mar-07 Apr-07 May-07 Total
Value 32.50 32.50 32.50 32.50 32.50 162.50

This is part of the example of my work sheet, now I need to set the
automatically deduct the month fee from the total value each month.

I hope this will help you.



"Bernard Liengme" wrote:

You will need to elaborate on the question. Give details of how the data
is
laid out in the worksheet, and exactly what you need.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
How do you create automatically subtract the balance each month. We use
13
periods for a year.

"Bernard Liengme" wrote:

A2 has client's name
B2:N2 has the monthly charges for first year
M2 has total yearly cost
So =M2-SUM(B2:N2) will give you the balance.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is each
month
pricing (the columns is base on the lenght of the contract, it is
between
1
year to 3 years.), after the columns will the annual total price
that
client
paid. But I want to create one column that it will automatically
subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.










  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default help in excel

What I am trying to do is the total value will deduct the month charges at
each month. I want to set up it generate auto without me going in to the work
sheet to subtract the amount. Will excel do it.


"Bernard Liengme" wrote:

If the first five numbers are in A2:E2 and 162.50 is in F2 then
=F2-SUM(A2:E2) will give total less sum of months.
Why do you keep saying 'automatic' - Excel recalculates formulas when data
is changed unless you have change it not to do so.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Per Mo Jan-07 Feb-07 Mar-07 Apr-07 May-07 Total
Value 32.50 32.50 32.50 32.50 32.50 162.50

This is part of the example of my work sheet, now I need to set the
automatically deduct the month fee from the total value each month.

I hope this will help you.



"Bernard Liengme" wrote:

You will need to elaborate on the question. Give details of how the data
is
laid out in the worksheet, and exactly what you need.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
How do you create automatically subtract the balance each month. We use
13
periods for a year.

"Bernard Liengme" wrote:

A2 has client's name
B2:N2 has the monthly charges for first year
M2 has total yearly cost
So =M2-SUM(B2:N2) will give you the balance.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is each
month
pricing (the columns is base on the lenght of the contract, it is
between
1
year to 3 years.), after the columns will the annual total price
that
client
paid. But I want to create one column that it will automatically
subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.











  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default help in excel

Hi Bernard,
The formular you gave me does help but I don't want to subtract the value
manually, I want to set it up it subtract the amount every 30 days. Because I
have 1 big clients list.

I really appreciate your help.



"Bernard Liengme" wrote:

If the first five numbers are in A2:E2 and 162.50 is in F2 then
=F2-SUM(A2:E2) will give total less sum of months.
Why do you keep saying 'automatic' - Excel recalculates formulas when data
is changed unless you have change it not to do so.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Per Mo Jan-07 Feb-07 Mar-07 Apr-07 May-07 Total
Value 32.50 32.50 32.50 32.50 32.50 162.50

This is part of the example of my work sheet, now I need to set the
automatically deduct the month fee from the total value each month.

I hope this will help you.



"Bernard Liengme" wrote:

You will need to elaborate on the question. Give details of how the data
is
laid out in the worksheet, and exactly what you need.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
How do you create automatically subtract the balance each month. We use
13
periods for a year.

"Bernard Liengme" wrote:

A2 has client's name
B2:N2 has the monthly charges for first year
M2 has total yearly cost
So =M2-SUM(B2:N2) will give you the balance.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is each
month
pricing (the columns is base on the lenght of the contract, it is
between
1
year to 3 years.), after the columns will the annual total price
that
client
paid. But I want to create one column that it will automatically
subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.











  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default help in excel

If you enter the data every 30 days then that is when it will calculate
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Hi Bernard,
The formular you gave me does help but I don't want to subtract the value
manually, I want to set it up it subtract the amount every 30 days.
Because I
have 1 big clients list.

I really appreciate your help.



"Bernard Liengme" wrote:

If the first five numbers are in A2:E2 and 162.50 is in F2 then
=F2-SUM(A2:E2) will give total less sum of months.
Why do you keep saying 'automatic' - Excel recalculates formulas when
data
is changed unless you have change it not to do so.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Per Mo Jan-07 Feb-07 Mar-07 Apr-07 May-07 Total
Value 32.50 32.50 32.50 32.50 32.50 162.50

This is part of the example of my work sheet, now I need to set the
automatically deduct the month fee from the total value each month.

I hope this will help you.



"Bernard Liengme" wrote:

You will need to elaborate on the question. Give details of how the
data
is
laid out in the worksheet, and exactly what you need.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
How do you create automatically subtract the balance each month. We
use
13
periods for a year.

"Bernard Liengme" wrote:

A2 has client's name
B2:N2 has the monthly charges for first year
M2 has total yearly cost
So =M2-SUM(B2:N2) will give you the balance.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jojo" wrote in message
...
Can anyone help me, please!
I have a worksheet created as client contract agreement.
first column was the client name, start from second column is
each
month
pricing (the columns is base on the lenght of the contract, it is
between
1
year to 3 years.), after the columns will the annual total price
that
client
paid. But I want to create one column that it will automatically
subtract
each month pricing from the annual total price.

For your infor. we use 13 periods a year instead of 12 periods.













Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Excel docs not saving as excel docs Beth Excel Discussion (Misc queries) 6 September 12th 06 02:39 AM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM


All times are GMT +1. The time now is 08:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"