kuldeepjainesl
Member
Need a matrix which can populate the count of reported product from the supply data as shown below. Hope to get the solution from experts.
[pre]
[/pre]
Now "I" and "J" are reported for any issue and may have hundreds of values. These values will be in between range mentioned in "A" and "B" supplied anytime in past. Now the desired output is.
1) Pick the number from "I" Coloum and find out the row number in "A&B "coloum range.
2) Pick the year from "J" Coloum and findout the year in Row "C1" to "H1"
3) In the cell found at the intercetion of above points incrememnt the value by one
4) Sum of the "C"D"E"F"G"H" should be always equal to the values in "I" Coloum.
Details to the problem : Data range :"A" and "B" may have type of values:
25001000-25010000 (Fully Numeric)
MXP00431-MXP04310 (Staring 3 are alphabet while remaining are numbers)
A0B11000-A0B51000 (Starting with Alphabet or number but will always have numeric range in last 3-4 digit)
Thanks in advance to Chandoo and other experts....For any details please ask me at kuldeep.jain@live.com and i will send you the excel file.
Regards,
Kuldeep
[pre]
Code:
"A" "B" "C" "D" "E" "F" "G" "H" "I" "J"
Start End 2003 2004 2005 2006 2007 2008 Reported Year
25001000 25002000 (1) (0) (1) (0) (0) (0) 25001025 2003
35001000 35002000 (0) (0) (0) (2) (0) (0) 25001096 2005
MXP01000 MXP02000 (0) (0) (0) (0) (0) (1) 35001065 2006
A0B10100 A0B10500 (0) (0) (0) (0) (1) (0) 35001638 2006
MXP01500 2008
A0B10115 2007
Now "I" and "J" are reported for any issue and may have hundreds of values. These values will be in between range mentioned in "A" and "B" supplied anytime in past. Now the desired output is.
1) Pick the number from "I" Coloum and find out the row number in "A&B "coloum range.
2) Pick the year from "J" Coloum and findout the year in Row "C1" to "H1"
3) In the cell found at the intercetion of above points incrememnt the value by one
4) Sum of the "C"D"E"F"G"H" should be always equal to the values in "I" Coloum.
Details to the problem : Data range :"A" and "B" may have type of values:
25001000-25010000 (Fully Numeric)
MXP00431-MXP04310 (Staring 3 are alphabet while remaining are numbers)
A0B11000-A0B51000 (Starting with Alphabet or number but will always have numeric range in last 3-4 digit)
Thanks in advance to Chandoo and other experts....For any details please ask me at kuldeep.jain@live.com and i will send you the excel file.
Regards,
Kuldeep