martinpaiva
New Member
Hi All,
First at all; thanks for help me with this and sorry its my english is not the best ....
I build a spreadsheet to manage a stock. So, when you assign a product (tshirt, jean,ect) to a person, I want to see in a column like +1.. But then if you unassigned this same product to the same person i want to see 0 in the two records.
I could do that using the COUNTIF, but the problem that i have if you assing again the product ... I just want to see +1 in the last row and not in the 3 rows.
Sample data:
[pre]
[/pre]
The date is not importan, I just added to show that this "transaction" was in differents times.
So, its possible create a formula to COUNT ONLY THE ASSIGNED PRODUCTS PER EMPLOYEE, IF WAS ASSIGNED AND THEN UNASSIGNED SHOW 0, IF THEN ASSIGN AGAIN SHOW 1 ONLY FOR THAT ROW.
First at all; thanks for help me with this and sorry its my english is not the best ....
I build a spreadsheet to manage a stock. So, when you assign a product (tshirt, jean,ect) to a person, I want to see in a column like +1.. But then if you unassigned this same product to the same person i want to see 0 in the two records.
I could do that using the COUNTIF, but the problem that i have if you assing again the product ... I just want to see +1 in the last row and not in the 3 rows.
Sample data:
[pre]
Code:
Date Employee Product Size Action Last Record
4/3/2013 Test1 Prodct1 L Assign 0
4/19/2013 Test1 Prodct1 L Unassigned 0
4/23/2013 Test1 Prodct1 L Assign 1
The date is not importan, I just added to show that this "transaction" was in differents times.
So, its possible create a formula to COUNT ONLY THE ASSIGNED PRODUCTS PER EMPLOYEE, IF WAS ASSIGNED AND THEN UNASSIGNED SHOW 0, IF THEN ASSIGN AGAIN SHOW 1 ONLY FOR THAT ROW.