I have a parameter set that may or maynot always be in may weekly data set. I need to have an automatic way of going through the production data and having three different numbers pulled from data that I am given.
I have tried lookups, vlookup, and indexing it just doesn't seem to work. All i get if that particular parameter wasn't included in this data set for this week (but is in overall parameters) is the value from column were is should have been squeezed in.
Example
Targets
A 2.0 8.0
B 3.5 9.3
C 2.1 3.9
D 4.0 4.1
My Data for this week
A 1.3 7.8
B 3.0 6.8
D 3.8 3.8
My Chart to fill in
A _1.3_ _7.8_
B _3.0_ _6.8_
C _3.0_ _6.8_ I shouldn't have any data here at all. I should all 0's.
D _4.0_ _4.1_
I should fill in my chart with 0's to begin with and then have it do sometype of macro, but I don't know what type and I don't know how to write it.
Could someone help me?
I have tried lookups, vlookup, and indexing it just doesn't seem to work. All i get if that particular parameter wasn't included in this data set for this week (but is in overall parameters) is the value from column were is should have been squeezed in.
Example
Targets
A 2.0 8.0
B 3.5 9.3
C 2.1 3.9
D 4.0 4.1
My Data for this week
A 1.3 7.8
B 3.0 6.8
D 3.8 3.8
My Chart to fill in
A _1.3_ _7.8_
B _3.0_ _6.8_
C _3.0_ _6.8_ I shouldn't have any data here at all. I should all 0's.
D _4.0_ _4.1_
I should fill in my chart with 0's to begin with and then have it do sometype of macro, but I don't know what type and I don't know how to write it.
Could someone help me?
Last edited: