• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

count value with two references

Daniel Valle

New Member
Hi, can anybody help me with this

I need to find the count value with two references to get the count progress %

In Col A I have a formula with Weeknum, that comes from a date, indicate that was counted

In Col B I have an If referenced from an Product

Col A ---- Col B

Week# -- Prod
1 -------- 1
0 -------- 1
0 -------- 1
2 -------- 1
0 -------- 2
0 -------- 2
3 -------- 3
4 -------- 3
0 -------- 3
0 -------- 4
5 -------- 4

Means: Prod 1 = 4 items counted 1 in week 1 1 in week 2 therefore:

Prod 1 = 4 items 2 counted
Prod 2 = 2 items 0 counted
Prod 3 = 3 items 2 counted
Prod 4 = 2 items 1 counted

Expected result: Prod 1 = 50% counted progress
Prod 2 = 0%
Prod 3 = 33%
Prod 4 = 50%
 
Back
Top