Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 53
Default ADDING/SUBTRACTING FROM RIGHT TO LEFT

I am trying to add and/or subtract columns reading from right to left. I
cannot figure it out - please help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default ADDING/SUBTRACTING FROM RIGHT TO LEFT

Hi Joanne,

Can you further clarify me what exactly you need to do?

Thanks

Shail


joanne wrote:
I am trying to add and/or subtract columns reading from right to left. I
cannot figure it out - please help.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 53
Default ADDING/SUBTRACTING FROM RIGHT TO LEFT

I am tracking my commissions. For instance, my columns are reading
Jan./Feb./March etc. the column before Jan. I would like to add the totals -
sometimes there are commissions taken away therefore, the column before the
first month needs to reflects plus but also negative numbers.

"shail" wrote:

Hi Joanne,

Can you further clarify me what exactly you need to do?

Thanks

Shail


joanne wrote:
I am trying to add and/or subtract columns reading from right to left. I
cannot figure it out - please help.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default ADDING/SUBTRACTING FROM RIGHT TO LEFT

Hi again Joanne,

In that case you might need something which tells the function to add
the totals or in the other case substracts it. Am I correct in thinking
this way.

If so then
Have one more column somewhere in your worksheet which have a YES or NO
option. If Yes is selected then it adds and when NO is selected it will
substract.

=if(E1="YES",A1+B1,if(E1="NO",A1-B1,""))

This might solve your query

Thanks

Shail

joanne wrote:
I am tracking my commissions. For instance, my columns are reading
Jan./Feb./March etc. the column before Jan. I would like to add the totals -
sometimes there are commissions taken away therefore, the column before the
first month needs to reflects plus but also negative numbers.

"shail" wrote:

Hi Joanne,

Can you further clarify me what exactly you need to do?

Thanks

Shail


joanne wrote:
I am trying to add and/or subtract columns reading from right to left. I
cannot figure it out - please help.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 53
Default ADDING/SUBTRACTING FROM RIGHT TO LEFT

Thank you Shail however I'm more confused now then before. I am new at excel
and not very computer literate.

"shail" wrote:

Hi again Joanne,

In that case you might need something which tells the function to add
the totals or in the other case substracts it. Am I correct in thinking
this way.

If so then
Have one more column somewhere in your worksheet which have a YES or NO
option. If Yes is selected then it adds and when NO is selected it will
substract.

=if(E1="YES",A1+B1,if(E1="NO",A1-B1,""))

This might solve your query

Thanks

Shail

joanne wrote:
I am tracking my commissions. For instance, my columns are reading
Jan./Feb./March etc. the column before Jan. I would like to add the totals -
sometimes there are commissions taken away therefore, the column before the
first month needs to reflects plus but also negative numbers.

"shail" wrote:

Hi Joanne,

Can you further clarify me what exactly you need to do?

Thanks

Shail


joanne wrote:
I am trying to add and/or subtract columns reading from right to left. I
cannot figure it out - please help.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default ADDING/SUBTRACTING FROM RIGHT TO LEFT

Sorry Joanne for making you confused.

Write down the function where you are adding or substracting the
numbers as :

=if(E1="YES",A1+B1,if(E1="NO",A1-B1,""))

A1 and B1 are just examples to tell you how you write a function


And at the column you added just now for telling to Add or Substracted
do as below:

1. Select Data / Validation
2. Choose Allow - Select List
3. Write Yes, No ie., Yes (comma) No

Am I making it clear to you.

You can send me an email with the XLS


Thanks

Shail


joanne wrote:
Thank you Shail however I'm more confused now then before. I am new at excel
and not very computer literate.


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
Excel should calculate exponentials properly (right to left) expatrie Excel Worksheet Functions 5 April 26th 06 08:34 AM
How do I sum numbers in rolling format? (4 qtrs=4 cells to left) Deb Excel Discussion (Misc queries) 2 April 19th 06 04:46 PM
Working days left in the month compared to previous months qwopzxnm Excel Worksheet Functions 8 October 24th 05 08:00 PM
Cell Borders and "Columns to Repeat at Left" DeLeo Excel Discussion (Misc queries) 0 July 28th 05 03:41 PM
The left function does not work when displaying times, how is thi. Nambo27 Excel Worksheet Functions 3 February 25th 05 06:46 PM


All times are GMT +1. The time now is 04:07 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"