Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default Differnce function and argument for amounts in adjacent cells

This is a request for help with a simple difference calculation for two
adjacent cells, as described below.

The example below may well be more understandable than my attempt to explain
what is needed.

Function and argument needed for the plus or minus difference between the
amount in a cell for a given days sales last year and the amount in the
adjacent cell to the right for a given days sales this year.

The last years daily sales dollar amount is the standard, and the this
years daily sales dollar amount will be more or less than that amount. This
more (plus) or less (minus) amount will be shown in the cell adjacent to the
right of the this years daily sales dollar amount cell.

Running sums will be shown for each column.

Below is the proposed layout example. Each row is for one day in a given
month. Amounts shown are for four days only. The SUM totals are at the bottom
of each column.

Last Year This Year Difference
Gross Sales Gross Sales
1214.00 1113.00 -101.00
1065.00 1712.00 647.00
2301.00 2812.00 511.00
4216.00 3330.00 -886.00

SUMs for the month

8796.00 8967.00 171.00

All the function arguments my search has turned up are for more complex
difference function arguments. I am at wits end. Your help will be deeply
appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 85
Default Differnce function and argument for amounts in adjacent cells

Assuming your headers are in row 1, clumns A:C and your data starts in row
2.

In C2 put =B2-A2, then copy this down the column as far as you need.

Below all the data in column A (eg in A100) put =SUM(A2:A99) and copy this
to B100.

Ian

"lawrencae" wrote in message
...
This is a request for help with a simple difference calculation for two
adjacent cells, as described below.

The example below may well be more understandable than my attempt to
explain
what is needed.

Function and argument needed for the plus or minus difference between the
amount in a cell for a given day's sales last year and the amount in the
adjacent cell to the right for a given day's sales this year.

The last year's daily sales dollar amount is the standard, and the this
year's daily sales dollar amount will be more or less than that amount.
This
more (plus) or less (minus) amount will be shown in the cell adjacent to
the
right of the this year's daily sales dollar amount cell.

Running sums will be shown for each column.

Below is the proposed layout example. Each row is for one day in a given
month. Amounts shown are for four days only. The SUM totals are at the
bottom
of each column.

Last Year This Year Difference
Gross Sales Gross Sales
1214.00 1113.00 -101.00
1065.00 1712.00 647.00
2301.00 2812.00 511.00
4216.00 3330.00 -886.00

SUMs for the month

8796.00 8967.00 171.00

All the function arguments my search has turned up are for more complex
difference function arguments. I am at wit's end. Your help will be deeply
appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default Differnce function and argument for amounts in adjacent cells

Ian,

Thank you, thank you. So simple yet so hidden as far as I was concerned.
Your answer was spot on correct.

Lawrence

"Ian" wrote:

Assuming your headers are in row 1, clumns A:C and your data starts in row
2.

In C2 put =B2-A2, then copy this down the column as far as you need.

Below all the data in column A (eg in A100) put =SUM(A2:A99) and copy this
to B100.

Ian

"lawrencae" wrote in message
...
This is a request for help with a simple difference calculation for two
adjacent cells, as described below.

The example below may well be more understandable than my attempt to
explain
what is needed.

Function and argument needed for the plus or minus difference between the
amount in a cell for a given day's sales last year and the amount in the
adjacent cell to the right for a given day's sales this year.

The last year's daily sales dollar amount is the standard, and the this
year's daily sales dollar amount will be more or less than that amount.
This
more (plus) or less (minus) amount will be shown in the cell adjacent to
the
right of the this year's daily sales dollar amount cell.

Running sums will be shown for each column.

Below is the proposed layout example. Each row is for one day in a given
month. Amounts shown are for four days only. The SUM totals are at the
bottom
of each column.

Last Year This Year Difference
Gross Sales Gross Sales
1214.00 1113.00 -101.00
1065.00 1712.00 647.00
2301.00 2812.00 511.00
4216.00 3330.00 -886.00

SUMs for the month

8796.00 8967.00 171.00

All the function arguments my search has turned up are for more complex
difference function arguments. I am at wit's end. Your help will be deeply
appreciated.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 85
Default Differnce function and argument for amounts in adjacent cells

Glad to help. Thanks for the feedback.

Ian

"lawrencae" wrote in message
...
Ian,

Thank you, thank you. So simple yet so hidden as far as I was concerned.
Your answer was spot on correct.

Lawrence

"Ian" wrote:

Assuming your headers are in row 1, clumns A:C and your data starts in
row
2.

In C2 put =B2-A2, then copy this down the column as far as you need.

Below all the data in column A (eg in A100) put =SUM(A2:A99) and copy
this
to B100.

Ian

"lawrencae" wrote in message
...
This is a request for help with a simple difference calculation for two
adjacent cells, as described below.

The example below may well be more understandable than my attempt to
explain
what is needed.

Function and argument needed for the plus or minus difference between
the
amount in a cell for a given day's sales last year and the amount in
the
adjacent cell to the right for a given day's sales this year.

The last year's daily sales dollar amount is the standard, and the this
year's daily sales dollar amount will be more or less than that amount.
This
more (plus) or less (minus) amount will be shown in the cell adjacent
to
the
right of the this year's daily sales dollar amount cell.

Running sums will be shown for each column.

Below is the proposed layout example. Each row is for one day in a
given
month. Amounts shown are for four days only. The SUM totals are at the
bottom
of each column.

Last Year This Year Difference
Gross Sales Gross Sales
1214.00 1113.00 -101.00
1065.00 1712.00 647.00
2301.00 2812.00 511.00
4216.00 3330.00 -886.00

SUMs for the month

8796.00 8967.00 171.00

All the function arguments my search has turned up are for more complex
difference function arguments. I am at wit's end. Your help will be
deeply
appreciated.






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
SUM function won't allow more than 30 non-adjacent cells juanfranela Excel Worksheet Functions 4 April 27th 07 05:12 PM
How to use SUMIF function with non-adjacent cells KLaw Excel Worksheet Functions 5 October 19th 06 10:15 AM
Need Function Argument pasekm Excel Worksheet Functions 4 March 18th 06 11:14 PM
text as an argument of SUM function katarina07 Excel Worksheet Functions 2 October 27th 05 01:59 PM
How do I specify more than one argument for the SUMIF function? Paul Chalmers Excel Worksheet Functions 3 October 25th 05 07:16 PM


All times are GMT +1. The time now is 07:24 PM.

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"