E
easyec99
I am trying to compare Jan and Feb info that needs to be arranged by sales
person. The problem is that in Jan I have 434 sales people and in Feb there
are 474. Some are in Jan that aren't in Feb and vice versa. What is the
most direct way to get these matched up in the same row for comparison. I
have done it by grouping them all and then finding the unique value and using
the sum if function to pull the sales for each month. I was just curious if
there was a simpler method.
person. The problem is that in Jan I have 434 sales people and in Feb there
are 474. Some are in Jan that aren't in Feb and vice versa. What is the
most direct way to get these matched up in the same row for comparison. I
have done it by grouping them all and then finding the unique value and using
the sum if function to pull the sales for each month. I was just curious if
there was a simpler method.