R
Rusty_nl
Ok I am new here, so be gentle.
I will try to explain what I am trying to do as best as possible.
I have a table with with sevel colums.
TECHTOT|1200|TECHBI|300|TECHIND|400|TECHCHAN|900
| is a colum seperator.
These colums go down for several hundred rows with different dat
against them ofcourse.
Now to calculate some bonus payments I need to do a sum of 2 of thos
colums. However the colums change per calculation
So let me try and make clear what I am trying to do:
Person1: should recieve the total of TECHTOT and TECHBI
Person2: should recieve the total of TECHTOT and TECHCHAN
So the table for that bit will look like this:
Person1|TECHTOT|TECHBI|"sum of those 2"
Person2|TECHTOT|TECHCHAN|"sum of those 2"
I have tried using 2 sumifs and adding the 2. But that doesnt work as
sumif will only check the first colum of the array its looking in.
I have also tried using nested IF statements combined with SUMIF
However this didnt work for some reason that I have figured out yet.
guess I am using to many nested IF and SUMIF functions.
Does any one have any idea what I could try
I will try to explain what I am trying to do as best as possible.
I have a table with with sevel colums.
TECHTOT|1200|TECHBI|300|TECHIND|400|TECHCHAN|900
| is a colum seperator.
These colums go down for several hundred rows with different dat
against them ofcourse.
Now to calculate some bonus payments I need to do a sum of 2 of thos
colums. However the colums change per calculation
So let me try and make clear what I am trying to do:
Person1: should recieve the total of TECHTOT and TECHBI
Person2: should recieve the total of TECHTOT and TECHCHAN
So the table for that bit will look like this:
Person1|TECHTOT|TECHBI|"sum of those 2"
Person2|TECHTOT|TECHCHAN|"sum of those 2"
I have tried using 2 sumifs and adding the 2. But that doesnt work as
sumif will only check the first colum of the array its looking in.
I have also tried using nested IF statements combined with SUMIF
However this didnt work for some reason that I have figured out yet.
guess I am using to many nested IF and SUMIF functions.
Does any one have any idea what I could try