Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to add and/or subtract columns reading from right to left. I
cannot figure it out - please help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel should calculate exponentials properly (right to left) | Excel Worksheet Functions | |||
How do I sum numbers in rolling format? (4 qtrs=4 cells to left) | Excel Discussion (Misc queries) | |||
Working days left in the month compared to previous months | Excel Worksheet Functions | |||
Cell Borders and "Columns to Repeat at Left" | Excel Discussion (Misc queries) | |||
The left function does not work when displaying times, how is thi. | Excel Worksheet Functions |